mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Contact popup border
This commit is contained in:
parent
7fa19917ff
commit
26547f48b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2067,7 +2067,6 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
|
|
||||||
#rl-app #V-PopupsContacts .b-list-content {
|
#rl-app #V-PopupsContacts .b-list-content {
|
||||||
height: calc(100% - 35px - 72px);
|
height: calc(100% - 35px - 72px);
|
||||||
border-bottom: 1px solid var(--nc-color-border);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsContacts .b-list-content .listClear {
|
#rl-app #V-PopupsContacts .b-list-content .listClear {
|
||||||
|
|
@ -2146,6 +2145,7 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
|
|
||||||
#rl-app #V-PopupsContacts .b-list-content {
|
#rl-app #V-PopupsContacts .b-list-content {
|
||||||
height: calc(100% - 55px);
|
height: calc(100% - 55px);
|
||||||
|
border-bottom: 1px solid var(--nc-color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsContacts .right {
|
#rl-app #V-PopupsContacts .right {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue