rozbudowane filtry dziennika RJ

This commit is contained in:
2023-06-04 12:06:15 +02:00
parent c3f687d439
commit 99415c35d3
12 changed files with 138 additions and 61 deletions
+9 -1
View File
@@ -82,12 +82,16 @@ h1.option-title {
padding: 0.25em 0.25em 0 0;
}
.options_filter-sections section {
margin: 0.5em 0;
}
.options_filters {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
margin: 0.5em 0 0 0;
margin: 0.25em 0;
}
.sort-option,
@@ -159,4 +163,8 @@ h1.option-title {
.options_sorters {
justify-content: center;
}
.filter-section {
text-align: center;
}
}