finally fix symbol on mobile

This commit is contained in:
2023-10-04 22:53:03 +02:00
parent 4619bad460
commit 9eab9a5553
2 changed files with 53 additions and 199 deletions

View File

@@ -87,6 +87,7 @@ nav[hidden]{
}
.button_wrapper{
display: none;
padding-inline: 0.5rem;
}
:global(svg.symbol){
height: 3.5rem;
@@ -117,7 +118,7 @@ nav[hidden]{
display: block;
fill: white;
margin-inline: 1rem;
width: 3rem;
width: 2.5rem;
aspect-ratio: 1;
}
.nav_button svg{