mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
refactor: separated css modules from common style
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
.editor-wrapper {
|
||||
#mobile-editor-toolbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
justify-content: center;
|
||||
height: 2.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 9999;
|
||||
|
||||
transition: top 0.3s;
|
||||
|
||||
> button {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-wrapper {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.editor-inner {
|
||||
@@ -7,6 +25,10 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.absolute-modal {
|
||||
background: var(--ls-primary-background-color);
|
||||
}
|
||||
|
||||
.editor-inner textarea {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user