mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: border-box issue in Nextcloud 25
This commit is contained in:
parent
91978e6ecf
commit
bf6b30c971
1 changed files with 4 additions and 4 deletions
|
|
@ -35,16 +35,16 @@
|
|||
--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 *, #rl-app *::before, #rl-app *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#rl-app {
|
||||
background-color: var(--main-bg-color, #aaa);
|
||||
color: var(--main-color, #333);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue