mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 02:06:44 +03:00
fix: Contact popup styles in latest snappymail release
This commit is contained in:
parent
55bf922edb
commit
ebd474eaef
1 changed files with 2 additions and 2 deletions
|
|
@ -1866,7 +1866,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
|
||||
#rl-app #V-PopupsContacts .b-list-toolbar .e-search {
|
||||
margin: 9px 5px;
|
||||
width: unset;
|
||||
width: calc(100% - 2*5px);
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsContacts .b-view-content {
|
||||
|
|
@ -1882,7 +1882,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
padding: 4px;
|
||||
margin: 2px 4px;
|
||||
max-height: unset;
|
||||
border-bottom: unset;
|
||||
border-bottom: 0 !important;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue