Quellcode durchsuchen

阅读器手机版优化,工具栏

visuddhinanda vor 5 Jahren
Ursprung
Commit
70391d4a56
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      app/reader/mobile.css

+ 4 - 1
app/reader/mobile.css

@@ -8,7 +8,7 @@
 	position: unset;
 }
 #pali_pedia {
-	font-size: 200%;
+	font-size: unset;
 	margin-top: auto;
 	margin-bottom: auto;
 	padding-left: 0.5em;
@@ -27,3 +27,6 @@
 #contents .note_shell > note > .note_body {
 	flex-direction: column;
 }
+#head_bar{
+	flex-direction: column;
+}