瀏覽代碼

fix(css): invalid tailwind value

charlie 1 年之前
父節點
當前提交
c02052f214
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/ui.css

+ 1 - 1
src/main/frontend/ui.css

@@ -72,7 +72,7 @@
     color: or(--ls-notification-text-color, --lx-gray-11, --ls-primary-text-color, --rx-gray-11);
 
     &:has(.ls-wrap-widen) {
-      @apply w-2xl max-w-[96vw];
+      @apply w-[680px] max-w-[96vw];
     }
   }
 }