mobile: fix editor padding

This commit is contained in:
Ammar Ahmed
2024-04-09 16:28:15 +05:00
parent 64f28aedbf
commit 3efa1140b2
2 changed files with 5 additions and 1 deletions

View File

@@ -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);

View File

@@ -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"