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
|
|
@ -35,15 +35,29 @@
|
|||
--fontSerif: "URW Palladio L", Georgia, Times, serif;
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
#rl-app {
|
||||
background-color: var(--main-bg-color, #aaa);
|
||||
color: var(--main-color, #333);
|
||||
font-family: var(--fontSans);
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
font-size: var(--main-font-size, 14px);
|
||||
line-height: 1.25; /* 1 */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue