1
0

fix(filters): rework filter popup button

This commit is contained in:
kolaente
2024-03-13 17:19:15 +01:00
parent 79577c14b7
commit 15215b30a0
6 changed files with 232 additions and 290 deletions

View File

@ -18,13 +18,11 @@ $filter-container-top-link-share-list: -47px;
margin-top: $filter-container-top-default;
z-index: 4;
.items {
display: flex;
justify-content: flex-end;
display: flex;
justify-content: flex-end;
.button:not(:last-of-type) {
margin-right: .5rem;
}
.button:not(:last-of-type) {
margin-right: .5rem;
}
.button {
@ -35,37 +33,6 @@ $filter-container-top-link-share-list: -47px;
text-align: left;
}
.fancycheckbox {
display: block;
}
.search {
display: flex;
align-items: center;
justify-content: space-between;
margin-right: .5rem;
.field {
transition: width $transition;
width: 100%;
&.hidden {
width: 0;
height: 0;
margin: 0;
overflow: hidden;
}
.button {
height: 100%;
}
}
}
.filters input {
font-size: .9rem;
}
@media screen and (max-width: $tablet) {
position: static;
margin: 0 0 1rem 0 !important;