调整特定分辨率的表格内边距
根据:https://github.com/jerrykuku/luci-theme-argon/issues/583
This commit is contained in:
parent
ade243f27f
commit
f78a5af81b
@ -4239,7 +4239,7 @@ pre.command-output {
|
||||
.cbi-section-table-cell {
|
||||
display: inline-block;
|
||||
flex: 10 10 auto;
|
||||
flex-basis: 50%;
|
||||
/* flex-basis: 50%; */
|
||||
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) {
|
||||
body {
|
||||
font-size: 0.8rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user