Skip to content

Commit

Permalink
修复 openclash页面tab样式问题
Browse files Browse the repository at this point in the history
修复 更新固件页面样式问题
  • Loading branch information
yhl452493373 committed Jun 25, 2023
1 parent 17341bb commit e3fe392
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
17 changes: 17 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -2900,6 +2900,12 @@ input[name="nslookup"] {
.node-system-flashops fieldset {
margin-top: 0;
}
.node-system-flashops fieldset > ul{
padding: 1rem;
}
.node-system-flashops fieldset + .cbi-page-actions{
margin-top: 1rem;
}
.node-status-iptables .cbi-tabmenu,
.node-system-packages .cbi-tabmenu,
.node-system-flashops .cbi-tabmenu {
Expand Down Expand Up @@ -2978,6 +2984,17 @@ div.commandbox {
.node-status-mwan .cbi-tabmenu {
padding: 3rem 0.5rem 0 0.5rem;
}
/* luci-app-openclash */
.node-services-openclash .cbi-tabmenu{
font-size: 0;
}
.node-services-openclash .cbi-tabmenu > li{
margin-right: 4px;
}
.node-services-openclash .cbi-tabmenu > li:last-child{
margin-right: 0;
}

@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
Expand Down
19 changes: 19 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -3555,6 +3555,14 @@ input[name="nslookup"] {
margin-top: 0;
}

.node-system-flashops fieldset > ul{
padding: 1rem;
}

.node-system-flashops fieldset + .cbi-page-actions{
margin-top: 1rem;
}

.node-status-iptables .cbi-tabmenu,
.node-system-packages .cbi-tabmenu,
.node-system-flashops .cbi-tabmenu {
Expand Down Expand Up @@ -3655,6 +3663,17 @@ div.commandbox {
padding: 3rem 0.5rem 0 0.5rem;
}

/* luci-app-openclash */
.node-services-openclash .cbi-tabmenu{
font-size: 0;
}
.node-services-openclash .cbi-tabmenu > li {
margin-right: 4px;
}
.node-services-openclash .cbi-tabmenu > li:last-child{
margin-right: 0;
}

@media screen and (max-width: 1600px) {

.main {
Expand Down

0 comments on commit e3fe392

Please sign in to comment.