mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Reduce CSS footprint
This commit is contained in:
parent
4570b87232
commit
ab9e56f8b6
18 changed files with 222 additions and 249 deletions
|
|
@ -25,13 +25,12 @@
|
|||
max-width: 900px;
|
||||
min-height: 300px;
|
||||
max-height: 700px;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
overflow: auto;
|
||||
height: calc(100% - 49px);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
overflow: auto;
|
||||
height: calc(100% - 49px);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.b-list-toolbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue