mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +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
|
|
@ -15,7 +15,6 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
height: 30px;
|
||||
padding: 10px @rlLowMargin;
|
||||
z-index: 103;
|
||||
|
||||
|
|
@ -33,7 +32,7 @@
|
|||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 30px;
|
||||
height: 30px;
|
||||
height: 1em;
|
||||
margin-right: 10px;
|
||||
width: 1em;
|
||||
|
||||
|
|
@ -61,8 +60,7 @@
|
|||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
height: 29px;
|
||||
line-height: 30px;
|
||||
line-height: 29px;
|
||||
max-width: 25vw;
|
||||
overflow: hidden;
|
||||
padding: 1px 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue