فهرست منبع

fix(ui): size of the plugin dashboard modal

charlie 1 سال پیش
والد
کامیت
915b486740
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/frontend/components/plugins.css

+ 1 - 1
src/main/frontend/components/plugins.css

@@ -979,7 +979,7 @@ html[data-theme='dark'] {
 }
 
 .ui__dialog-content[label=plugins-dashboard] {
-  @apply w-auto overflow-y-auto max-w-[90vw] 2xl:max-w-[1300px];
+  @apply overflow-y-hidden max-w-[90vw] lg:max-w-[1246px];
 
   max-height: calc(100vh - 50px);
 }