This commit is contained in:
mumuy 2021-11-16 09:10:29 +08:00
parent 3ef487c7b0
commit 4924b1dd24

View File

@ -289,6 +289,18 @@ a:hover{
line-height: 24px;
overflow: hidden;
}
.mod-panel .c-hd ul{
overflow-x: auto;
white-space: nowrap;
}
.mod-panel .c-hd li{
float: none;
display: inline-block;
width: auto;
}
.mod-panel .c-hd li a{
padding: 0 4px;
}
.mod-panel textarea{
width: 100%;
height: 80px;