bhikkhu-kosalla-china пре 3 година
родитељ
комит
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%;
-}
+}