mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
refactor: separated css modules from common style
This commit is contained in:
21
src/main/frontend/components/journal.css
Normal file
21
src/main/frontend/components/journal.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#journals {
|
||||
margin-bottom: 70vh;
|
||||
|
||||
textarea {
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.journal-item {
|
||||
border-top: 1px solid;
|
||||
border-top-color: var(--ls-border-color, #738694);
|
||||
padding: 48px 0;
|
||||
margin: 24px 0 128px 0;
|
||||
|
||||
&:first-child {
|
||||
border-top: none;
|
||||
padding: 0;
|
||||
min-height: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user