浏览代码

enhance(ui): polish the context menu for the whiteboard

charlie 1 年之前
父节点
当前提交
0bd29e318b
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      tldraw/apps/tldraw-logseq/src/styles.css

+ 5 - 1
tldraw/apps/tldraw-logseq/src/styles.css

@@ -102,6 +102,10 @@ html[data-theme='light'] {
   @apply w-auto !important;
 }
 
+.tl-menu-item {
+  @apply leading-[20px];
+}
+
 #zoomPopup .tl-menu-item {
   @apply pl-4 !important;
 }
@@ -119,7 +123,7 @@ html[data-theme='light'] {
 }
 
 .tl-menu-icon {
-  @apply text-lg leading-none opacity-70 mr-1;
+  @apply text-[16px] leading-none opacity-70 mr-1;
 }
 
 .tl-menu-icon.ti-circle-dotted {