mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49: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
|
|
@ -27,11 +27,13 @@
|
|||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
height: 30px;
|
||||
line-height: 29px;
|
||||
line-height: 2em;
|
||||
max-height: 2em;
|
||||
overflow: hidden;
|
||||
padding: 4px 10px;
|
||||
padding: 0 10px;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
|
|
@ -54,7 +56,6 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 34px;
|
||||
padding: 8px 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
@ -71,7 +72,6 @@
|
|||
scroll-behavior: smooth;
|
||||
padding:20px;
|
||||
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
|
||||
background-color: var(--settings-bg-clr, #fff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue