mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Simplify CSS code
This commit is contained in:
parent
f85e7b5dec
commit
bc74ca34d3
19 changed files with 204 additions and 519 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
.messageList {
|
||||
height: calc(100% - 60px);
|
||||
background-color: #fff;
|
||||
background-color: var(--panel-bg-clr, #fff);
|
||||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
display: flex;
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
.b-footer {
|
||||
display: flex;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
padding: 7px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue