fix: Contact popup border

This commit is contained in:
Rene Hampölz 2023-06-16 20:16:02 +00:00
parent 7fa19917ff
commit 26547f48b6

View file

@ -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 {