dropdown bottom bar mobile
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
This commit is contained in:
parent
662a55863d
commit
bde54fa66d
6 changed files with 41 additions and 18 deletions
|
|
@ -151,7 +151,6 @@
|
|||
width: calc(100vw - var(--padding-body)*2);
|
||||
left: auto;
|
||||
right: 0;
|
||||
background-color: blue!important;
|
||||
|
||||
.modal--share {
|
||||
width: 100%;
|
||||
|
|
@ -167,13 +166,6 @@
|
|||
|
||||
#bottom-bar {
|
||||
|
||||
@media #{$x-small} {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.dropdown .dropdown__content {
|
||||
top: auto;
|
||||
|
|
@ -193,7 +185,13 @@
|
|||
bottom: -13px;
|
||||
left: auto;
|
||||
right: 10%;
|
||||
@media #{$x-small} {
|
||||
left: 20%;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue