修复标题过长显示异常
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user