Explorar o código

fix: flashcards width

Tienson Qin hai 1 ano
pai
achega
90f49bad76
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/frontend/ui.css

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

@@ -175,7 +175,7 @@
 @media (min-width: 820px) {
     .ui__dialog-content[label=flashcards__cp] {
         min-width: 800px;
-        max-width: 980px;
+        max-width: min(85%, 980px);
     }
 }
 
@@ -323,4 +323,4 @@ input[type='range'] {
   .item-results-wrap {
     @apply px-2;
   }
-}
+}