fix: Contact popup styles in latest snappymail release

This commit is contained in:
Rene Hampölz 2023-05-31 09:51:13 +00:00
parent 55bf922edb
commit ebd474eaef

View file

@ -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);
}