mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: ShowImages layout
This commit is contained in:
parent
dbaa6eb3b2
commit
a93db065d6
1 changed files with 6 additions and 0 deletions
|
@ -1061,12 +1061,18 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
#rl-app #messageItem .readReceipt,
|
||||
#rl-app #messageItem .showImages {
|
||||
margin: 8px;
|
||||
padding: 10px;
|
||||
color: var(--color-main-text);
|
||||
border: solid 1px var(--color-primary-element);
|
||||
background-color: var(--color-primary-light);
|
||||
border-radius: var(--border-radius-large);
|
||||
}
|
||||
|
||||
#rl-app #messageItem .showImages>.btn,
|
||||
#rl-app #messageItem .showImages>.btn-group {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#rl-app #messageItem .readReceipt:hover {
|
||||
background-color: var(--color-primary-light-hover);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue