mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Changed everything to be box-sizing: border-box;
This commit is contained in:
parent
2d832ff5ea
commit
cb167da854
25 changed files with 37 additions and 109 deletions
|
|
@ -45,17 +45,15 @@
|
|||
height: 100%;
|
||||
|
||||
> .b-toolbar {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 34px;
|
||||
padding: 8px @rlLowMargin 8px 0;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #000;
|
||||
|
||||
display: flex;
|
||||
|
||||
h4 {
|
||||
flex-grow: 1;
|
||||
margin: 8px;
|
||||
|
|
@ -73,7 +71,6 @@
|
|||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
box-shadow: @rlMainShadow;
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
margin: (50px + @rlLowMargin) @rlLowMargin @rlLowMargin 0;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue