Преглед на файлове

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];
     }
   }
 }