Fix height and make smaller the icons height

This commit is contained in:
Angelillo15 2023-08-07 15:58:16 +02:00
parent 9b00a38d3c
commit f173a5e496
1 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ You should have received a copy of the GNU General Public License along with Noo
overflow: auto; overflow: auto;
z-index: 999999; z-index: 999999;
margin-top: 0; margin-top: 0;
top: 6vh; top: 3.5rem;
height: 94vh; height: 94vh;
} }
@ -84,8 +84,8 @@ You should have received a copy of the GNU General Public License along with Noo
.icon { .icon {
border-radius: 30%; border-radius: 30%;
width: 50px; width: 45px;
height: 50px; height: 45px;
text-align: center; text-align: center;
background-size: 100px; background-size: 100px;
line-height: 30px; line-height: 30px;
@ -188,10 +188,10 @@ div.content {
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 10000; z-index: 10000;
height: 6vh; height: 3.5rem;
overflow-y: hidden; overflow-y: hidden;
} }
.nook-container { .nook-container {
margin-top: 8vh; margin-top: 5rem;
} }