Przeglądaj źródła

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

visuddhinanda 4 lat temu
rodzic
commit
70391d4a56
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      app/reader/mobile.css

+ 4 - 1
app/reader/mobile.css

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