Fix height and make smaller the icons height
This commit is contained in:
parent
9b00a38d3c
commit
f173a5e496
|
@ -45,7 +45,7 @@ You should have received a copy of the GNU General Public License along with Noo
|
|||
overflow: auto;
|
||||
z-index: 999999;
|
||||
margin-top: 0;
|
||||
top: 6vh;
|
||||
top: 3.5rem;
|
||||
height: 94vh;
|
||||
}
|
||||
|
||||
|
@ -84,8 +84,8 @@ You should have received a copy of the GNU General Public License along with Noo
|
|||
|
||||
.icon {
|
||||
border-radius: 30%;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
text-align: center;
|
||||
background-size: 100px;
|
||||
line-height: 30px;
|
||||
|
@ -188,10 +188,10 @@ div.content {
|
|||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
height: 6vh;
|
||||
height: 3.5rem;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.nook-container {
|
||||
margin-top: 8vh;
|
||||
margin-top: 5rem;
|
||||
}
|
Loading…
Reference in New Issue