aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/app
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-11 05:57:42 +0000
committerYash <[email protected]>2024-04-11 05:57:42 +0000
commitb425476cc495c561988a789eb9d94e3d947735be (patch)
tree4a8bab10bb648ce90a43f8461f6248d9053f3be6 /apps/web/src/app
parentMerge pull request #5 from Dhravya/new-ui (diff)
downloadsupermemory-b425476cc495c561988a789eb9d94e3d947735be.tar.xz
supermemory-b425476cc495c561988a789eb9d94e3d947735be.zip
notess
Diffstat (limited to 'apps/web/src/app')
-rw-r--r--apps/web/src/app/globals.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css
index 23caee5b..b09627ba 100644
--- a/apps/web/src/app/globals.css
+++ b/apps/web/src/app/globals.css
@@ -104,7 +104,7 @@ body {
border: 1px solid var(--gray-10) !important;
}
-.novel-editor .is-editor-empty::before {
+.novel-editor .is-empty::before {
content: 'Press \'/\' for commands' !important;
}
@@ -119,3 +119,7 @@ body {
.novel-editor h3 {
@apply text-lg;
}
+
+.novel-editor .drag-handle {
+ @apply hidden;
+} \ No newline at end of file