try fix mobile button sizes

This commit is contained in:
Orion Reed 2024-03-29 19:55:50 -07:00
parent ca730e0b35
commit e336e480ac
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ ol {
opacity: 1; opacity: 1;
} }
& img { & img {
width: 40px; width: 100%;
height: 40px; height: 100%;
} }
} }
#toggle-canvas { #toggle-canvas {