Browse Source

修正气泡样式

bhikkhu-kosalla-china 3 years ago
parent
commit
c1e1fd55f6
1 changed files with 2 additions and 2 deletions
  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%;
 	top: 180%;
 	width: max-content;
 	width: max-content;
 	min-width: 18em;
 	min-width: 18em;
-	max-width: max(25vw, 100%);
+	max-width: 50vw;
 	min-height: 15em;
 	min-height: 15em;
 	padding: 10px;
 	padding: 10px;
 	background-color: var(--drop-bg-color);
 	background-color: var(--drop-bg-color);
@@ -104,4 +104,4 @@ code ol {
 .guide_contence{
 .guide_contence{
     min-width: 20em;
     min-width: 20em;
     max-width: 100%;
     max-width: 100%;
-}
+}