diff --git a/html/bilibili.html b/html/bilibili.html
index c09ee7b..f698d7a 100644
--- a/html/bilibili.html
+++ b/html/bilibili.html
@@ -21,6 +21,7 @@
#list td {
margin: 0;
border: 0.4px solid black;
+ font-size: 14px;
}
/* 热搜的 label 样式 */
@@ -269,7 +270,7 @@
${hotBand.position} |
-
+ |
${getIconText(hotBand.icon)[0]}
diff --git a/index.html b/index.html
index b25fc40..deedc9d 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,8 @@
#float-container.bt .navbar-item {
text-align: center;
cursor: pointer;
+ width: 80px;
+ user-select: none;
}
#float-container.bt .navbar-item .navbar-image {
|