修复标题过长显示异常

This commit is contained in:
675061370@qq.com
2024-09-16 09:45:00 +08:00
parent de7e992d17
commit 386930fbc3
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ html, body {
line-height: 1.6;
color: var(--theme-color);
background-color: var(--theme-background);
word-wrap: break-word;
}
* {
margin: 0;
@@ -475,7 +476,6 @@ a:hover {
.listBox .left .list .item .title{
font-size: 17px;
font-weight: bold;
padding-right: 42px;
padding-bottom: 4px;
color: var(--theme-theme);
}
-1
View File
@@ -184,7 +184,6 @@
}
.listBox .left .list .item .title {
font-size: 4.6vw;
padding-right: 7vw;
padding-bottom: 1.2vw;
}
.listBox .left .list .item .btns{