Simplify CSS code

This commit is contained in:
the-djmaze 2023-02-24 18:31:03 +01:00
parent f85e7b5dec
commit bc74ca34d3
19 changed files with 204 additions and 519 deletions

View file

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