UI fix
This commit is contained in:
parent
ce0a049a1f
commit
fd807340ff
@ -9,6 +9,10 @@
|
||||
font-size: clamp(1rem, 1.2vmax, 3rem);
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
--accent-color: #FF2D46;
|
||||
--light-shade: rgba(var(--text-color), 0.06);
|
||||
@ -353,8 +357,7 @@ ul {
|
||||
#loading_page {
|
||||
position: relative;
|
||||
display: grid;
|
||||
z-index: 5;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
place-content: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -7,6 +7,9 @@
|
||||
:root{
|
||||
font-size: clamp(1rem, 1.2vmax, 3rem);
|
||||
}
|
||||
html, body{
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
--accent-color: #FF2D46;
|
||||
--light-shade: rgba(var(--text-color), 0.06);
|
||||
@ -288,8 +291,7 @@ ul{
|
||||
#loading_page{
|
||||
position: relative;
|
||||
display: grid;
|
||||
z-index: 5;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
place-content: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user