fix: journal list styles

This commit is contained in:
2024-08-21 17:17:52 +02:00
parent 9f8656e590
commit b33594fd6f
2 changed files with 8 additions and 8 deletions
+8 -1
View File
@@ -1,6 +1,14 @@
@import 'responsive.scss';
@import 'animations.scss';
.journal-list {
display: flex;
flex-direction: column;
gap: 0.5em;
text-align: left;
margin-bottom: 0.5em;
}
.list_wrapper {
overflow-y: auto;
height: 90vh;
@@ -42,7 +50,6 @@
.journal_warning {
background-color: #1a1a1a;
padding: 1em;
margin-bottom: 1em;
}
.journal_top-bar {