Browse Source

Merge pull request #612 from bhikkhu-kosalla-china/master

优化更多贡献者按钮
Bhikkhu China Kosalla 4 years ago
parent
commit
2b7d378ef4

+ 12 - 2
app/article/index.php

@@ -205,7 +205,17 @@ span.fancytree-node{
     margin-block-end: 0.5em;
     margin-left: 7px;
 }
-
+.click_dropdown_div{
+	align-self: center;
+}
+.channel_select_button{
+	color: var(--link-color);
+	
+}
+.channel_select_button:hover{
+	text-decoration-line: underline;
+	
+}
 
 </style>
 
@@ -372,7 +382,7 @@ function set_toc_visible(isVisible){
 				<div style="display:flex;justify-content: space-between;">
 					<div class="title"><?php echo $_local->gui->contributor; ?></div>
 					<div class="click_dropdown_div">
-						<div class="channel_select_button" onclick="onChannelMultiSelectStart()"><?php echo $_local->gui->select; ?></div>
+						<div class="channel_select_button" style="color: var(--link-color);" onclick="onChannelMultiSelectStart()"><?php echo $_local->gui->select.$_local->gui->space.$_local->gui->more.$_local->gui->space.$_local->gui->channel."⬇"; ?></div>
 					</div>
 				</div>
 				<div class='channel_select'>

+ 1 - 0
app/article/style.css

@@ -73,6 +73,7 @@
 .fun_frame .title {
 	padding: 6px;
 	font-weight: 700;
+	align-self: center;
 }
 .fun_frame > .content {
 	padding: 4em 6px 6px 6px;

+ 1 - 0
app/public/lang/default.json

@@ -654,6 +654,7 @@
 		"error_net_parsererror": "parser error",
 		"caus": "caus.",
 		"pass": "pass.",
+		"space": "&nbsp;",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 0
app/public/lang/en.json

@@ -653,6 +653,7 @@
 		"error_net_parsererror": "parser error",
 		"caus": "caus.",
 		"pass": "pass.",
+		"space": "&nbsp;",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 0
app/public/lang/my.json

@@ -653,6 +653,7 @@
 		"error_net_parsererror": "parser error",
 		"caus": "caus.",
 		"pass": "pass.",
+		"space": "&nbsp;",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 0
app/public/lang/si.json

@@ -658,6 +658,7 @@
 		"error_net_parsererror": "parser error",
 		"caus": "caus.",
 		"pass": "pass.",
+		"space": "&nbsp;",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 0
app/public/lang/zh-cn.json

@@ -656,6 +656,7 @@
 		"error_net_parsererror": "数据解析错误",
 		"caus": "使役",
 		"pass": "被动",
+		"space": "",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 0
app/public/lang/zh-tw.json

@@ -655,6 +655,7 @@
 		"error_net_parsererror": "數據解析錯誤",
 		"caus": "使役",
 		"pass": "被動",
+		"space": "",
 		"": ""
 	},
 	"grammastr": [

+ 1 - 1
app/reader/right_tool_bar.php

@@ -6,7 +6,7 @@
 	display: none;
 }
 .main_view_right_float_min {
-	margin-right: calc(30vw - 0.6em);
+	margin-right: calc(30vw - 1.6em);
 }
 .main_view_right_float_max {
 	margin-right: 50%;