mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawki responsywności
This commit is contained in:
@@ -149,6 +149,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
&_filters {
|
&_filters {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin: 0.5em 0 0 0;
|
margin: 0.5em 0 0 0;
|
||||||
|
|
||||||
.journal-filter-option {
|
.journal-filter-option {
|
||||||
@@ -222,6 +223,14 @@ export default defineComponent({
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&_filters {
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.journal-filter-option {
|
||||||
|
margin: 0.25em 0.25em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
|
|||||||
@@ -234,6 +234,8 @@ ul {
|
|||||||
&.checked {
|
&.checked {
|
||||||
color: var(--clr-primary);
|
color: var(--clr-primary);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
background-color: #3c3c3c;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user