mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: change position for toolbar
This commit is contained in:
parent
dfd6c1fc4a
commit
e7fd84bd4e
@ -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;
|
||||
|
@ -1,7 +1,7 @@
|
||||
.button {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
left: calc(50vw - 400px);
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -16,6 +16,10 @@
|
||||
border-radius: 50%;
|
||||
transition: 0.2s;
|
||||
|
||||
@media (width <= 850px) {
|
||||
left: 5vw;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-neutral-200);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user