style: change position for toolbar

This commit is contained in:
MAZE
2024-02-28 22:54:54 +03:30
parent dfd6c1fc4a
commit e7fd84bd4e
2 changed files with 10 additions and 2 deletions

View File

@@ -1,9 +1,13 @@
.wrapper {
position: fixed;
right: 20px;
right: calc(50vw - 400px);
bottom: 20px;
z-index: 15;
@media (width <= 850px) {
right: 5vw;
}
& .menuButton {
display: flex;
align-items: center;