Przeglądaj źródła

修正气泡样式

bhikkhu-kosalla-china 3 lat temu
rodzic
commit
c1e1fd55f6
1 zmienionych plików z 2 dodań i 2 usunięć
  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%;
-}
+}