Minor UI tweak
This commit is contained in:
sairaj mote 2021-04-14 17:14:16 +05:30
parent 1eac2c7709
commit e6a2a317b8
3 changed files with 11 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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