Update cascade.css

This commit is contained in:
Bard 2024-10-28 22:46:25 +08:00 committed by GitHub
parent d72fc81a89
commit 0e7bd69b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2503,8 +2503,8 @@ td>table>tbody>tr>td,
/* progressbar */
.cbi-progressbar {
position: relative;
min-width: 170px;
height: 24px;
min-width: 190px;
height: 22px;
margin: 6px 0;
/* border: thin solid #999; */
background: #eee;
@ -4260,8 +4260,7 @@ pre.command-output {
}
.cbi-progressbar::after {
font-size: 0.578rem;
line-height: 1.7;
font-size: 0.675rem;
}
.main-left {
@ -4316,6 +4315,15 @@ pre.command-output {
}
@media screen and (max-width: 600px) {
tr>td,
tr>th,
.tr>.td,
.tr>.th,
.cbi-section-table-row::before,
#cbi-wireless>#wifi_assoclist_table>.tr:nth-child(2) {
padding: 1.1em 0.7rem;
}
.modal>pre,
.modal>textarea {
font-size: 0.8rem;