Better alignment of filter menu compress button.

This commit is contained in:
mateuswetah 2023-11-28 08:48:58 -03:00
parent 985fa400ba
commit aa7b442079
2 changed files with 4 additions and 26 deletions

View File

@ -1462,30 +1462,19 @@
border-top-right-radius: 2px; border-top-right-radius: 2px;
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
cursor: pointer; cursor: pointer;
display: flex;
align-items: center;
transition: top 0.3s; transition: top 0.3s;
&:focus { &:focus {
outline: none !important; outline: none !important;
} }
.icon {
margin-top: -1px;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
max-width: 100%; max-width: 100%;
width: auto; width: auto;
padding: 3px 6px 3px 0px; padding: 3px 6px 3px 0px;
height: 1.625em; height: 1.625em;
.icon {
position: relative;
top: -3px;
}
.text {
position: relative;
top: -2px;
}
} }
} }

View File

@ -1530,29 +1530,18 @@
border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
cursor: pointer; cursor: pointer;
transition: top 0.3s; transition: top 0.3s;
display: flex;
align-items: center;
&:focus { &:focus {
outline: none !important; outline: none !important;
} }
.icon {
margin-top: -1px;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
max-width: 100%; max-width: 100%;
width: auto; width: auto;
padding: 3px 6px 3px 0px; padding: 3px 6px 3px 0px;
height: 1.625em; height: 1.625em;
.icon {
position: relative;
top: -3px;
}
.text {
position: relative;
top: -2px;
}
} }
} }