bhikkhu-kosalla-china 3 лет назад
Родитель
Сommit
c1e1fd55f6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/app/term/popup_note.css

+ 2 - 2
public/app/term/popup_note.css

@@ -35,7 +35,7 @@ code ol {
 	top: 180%;
 	width: max-content;
 	min-width: 18em;
-	max-width: max(25vw, 100%);
+	max-width: 50vw;
 	min-height: 15em;
 	padding: 10px;
 	background-color: var(--drop-bg-color);
@@ -104,4 +104,4 @@ code ol {
 .guide_contence{
     min-width: 20em;
     max-width: 100%;
-}
+}