Poprawki w filtrach i ustawieniach dzienników

This commit is contained in:
2022-09-10 22:49:56 +02:00
parent 065143c359
commit a81cc4559b
7 changed files with 107 additions and 49 deletions
+7
View File
@@ -21,6 +21,7 @@
.list_wrapper {
overflow-y: scroll;
height: 90vh;
min-height: 550px;
padding-right: 0.2em;
}
@@ -76,3 +77,9 @@
flex-wrap: wrap;
}
}
@media (orientation: landscape) {
.journal_wrapper {
font-size: 1em;
}
}