mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix editor padding
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
/* color: var(--nn_primary_paragraph) ## TODO: use fixed color */
|
||||
}
|
||||
|
||||
.ProseMirror:first-child {
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: white;
|
||||
background-color: var(--nn_primary_accent);
|
||||
|
||||
@@ -120,7 +120,7 @@ function StatusBar({
|
||||
backgroundColor: "var(--nn_primary_background)",
|
||||
zIndex: 1,
|
||||
justifyContent: sticky ? "center" : "flex-start",
|
||||
paddingTop: 2,
|
||||
paddingTop: 4,
|
||||
paddingBottom: 2
|
||||
}}
|
||||
id="statusbar"
|
||||
|
||||
Reference in New Issue
Block a user