Browse Source

fix toggle button width

Konstantinos Kaloutas 1 year ago
parent
commit
4ba205b949
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/tldraw/apps/tldraw-logseq/src/styles.css

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

@@ -274,7 +274,7 @@ html[data-theme='light'] {
   @apply relative flex items-center justify-center rounded border-0 gap-1;
 
   height: 32px;
-  min-width: 32px;
+  width: 32px;
   font-family: var(--ls-font-family);
   background: none;
   cursor: pointer;