v0.15.29
Minor UI tweak
This commit is contained in:
parent
1eac2c7709
commit
e6a2a317b8
@ -496,6 +496,10 @@ ul {
|
||||
justify-self: flex-start;
|
||||
margin-left: -1rem;
|
||||
}
|
||||
#elevator_button .icon {
|
||||
width: 1.7rem;
|
||||
height: 1.7rem;
|
||||
}
|
||||
|
||||
#main_header__logo {
|
||||
height: 1.8rem;
|
||||
@ -542,7 +546,7 @@ ul {
|
||||
#home_page {
|
||||
will-change: scroll-position;
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 5rem);
|
||||
max-height: calc(100vh - 5.2rem);
|
||||
grid-template-columns: 2rem 1fr;
|
||||
}
|
||||
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -426,6 +426,10 @@ ul{
|
||||
#elevator_button{
|
||||
justify-self: flex-start;
|
||||
margin-left: -1rem;
|
||||
.icon{
|
||||
width: 1.7rem;
|
||||
height: 1.7rem;
|
||||
}
|
||||
}
|
||||
#main_header__logo{
|
||||
height: 1.8rem;
|
||||
@ -470,7 +474,7 @@ ul{
|
||||
#home_page{
|
||||
will-change: scroll-position;
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 5rem);
|
||||
max-height: calc(100vh - 5.2rem);
|
||||
grid-template-columns: 2rem 1fr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user