Fix for Firefox extension in overflow menu

main
Elbert Alias 3 years ago
parent 29e39fb329
commit c39b10a067

@ -28,13 +28,8 @@ body {
} }
.body__popup { .body__popup {
width: 34rem; min-width: 24rem;
} max-width: 34rem;
@media (max-width: 34rem) {
.body__popup {
width: 100%;
}
} }
a, a:focus, a:hover { a, a:focus, a:hover {
@ -198,7 +193,7 @@ small {
align-items: center; align-items: center;
border-bottom: 1px solid var(--color-secondary-darken); border-bottom: 1px solid var(--color-secondary-darken);
background: white; background: white;
display: none; display: flex;
font-size: .8rem; font-size: .8rem;
} }
@ -445,10 +440,6 @@ small {
opacity: .8; opacity: .8;
} }
.footer__toggle {
flex: 0 1;
}
.footer--hidden { .footer--hidden {
display: none; display: none;
} }
@ -466,7 +457,7 @@ small {
} }
.footer__toggle { .footer__toggle {
flex: 1; flex: 0 1;
text-align: right; text-align: right;
} }