Bugfix: border-box issue in Nextcloud 25

This commit is contained in:
the-djmaze 2022-11-22 12:17:00 +01:00
parent 91978e6ecf
commit bf6b30c971

View file

@ -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);