@@ -4247,6 +4247,18 @@ a.tag-link {
align-items: center;
}
+@media screen and (max-width: 1000px) {
+#volume > a,
+#gui-fullscreen > a,
+#gui-fullscreen-exit > a {
+ display: flex;
+ width: 30px;
+ height: 30px;
+ justify-content: center;
+ align-items: center;
+}
+
#volume {
display: none;
@@ -19,6 +19,7 @@
text-align: center;
font-size: 14px;
color: #326f64;
+ white-space: nowrap;
// 样式重置