调整特定分辨率的表格内边距

根据:https://github.com/jerrykuku/luci-theme-argon/issues/583
This commit is contained in:
Bard 2025-06-02 13:15:27 +08:00 committed by GitHub
parent ade243f27f
commit f78a5af81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4239,7 +4239,7 @@ pre.command-output {
.cbi-section-table-cell { .cbi-section-table-cell {
display: inline-block; display: inline-block;
flex: 10 10 auto; flex: 10 10 auto;
flex-basis: 50%; /* flex-basis: 50%; */
text-align: center; text-align: center;
} }
@ -4313,6 +4313,12 @@ pre.command-output {
} }
} }
@media screen and (min-width: 1281px) and (max-width: 1500px) {
tr>td, tr>th, .tr>.td, .tr>.th {
padding: 0.5rem;
}
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
body { body {
font-size: 0.8rem; font-size: 0.8rem;