feat: add toolbar and portal

This commit is contained in:
MAZE
2024-04-08 20:55:03 +03:30
parent 6dfa998ffe
commit ede480186c
12 changed files with 98 additions and 49 deletions

View File

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