Procházet zdrojové kódy

译文路径优化

Bhikkhu-Kosalla před 5 roky
rodič
revize
6defa15016
1 změnil soubory, kde provedl 7 přidání a 4 odebrání
  1. 7 4
      app/term/term.css

+ 7 - 4
app/term/term.css

@@ -198,7 +198,7 @@ note > .tran .tran_text_tool_bar,
 	font-size: 14px;
 	height: auto;
 	line-height: 28px;
-	margin-top: 1em;
+
 	background-color: var(--box-bg-color1);
 	border-radius: 5px;
 }
@@ -306,9 +306,12 @@ note .ref {
 	padding-top: 0.7em;
 	margin-top: 0.7em;
 	margin-left: 1.4em;
+	position: absolute;
+	bottom: -5px;
+	right: 0;
 }
 note:hover .ref {
-	border-top: solid 1px var(--border-line-color);
+	/*border-top: solid 1px var(--border-line-color);*/
 }
 
 .progress_bar_done {
@@ -372,8 +375,8 @@ note:hover .add_new {
 	background: url(add.svg);
 	background-repeat: no-repeat;
 	background-size: contain;
-
-	margin-bottom: -0.7em;
+	left: 0;
+	bottom: 1em;
 }
 .tool_bar > .more_tran {
 	display: inline-block;