Skip to content

Commit

Permalink
统一代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Jun 26, 2023
1 parent f048381 commit ff1271a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -2903,10 +2903,10 @@ input[name="nslookup"] {
.node-system-flashops fieldset {
margin-top: 0;
}
.node-system-flashops fieldset > ul{
.node-system-flashops fieldset > ul {
padding: 1rem;
}
.node-system-flashops fieldset + .cbi-page-actions{
.node-system-flashops fieldset + .cbi-page-actions {
margin-top: 1rem;
}
.node-status-iptables .cbi-tabmenu,
Expand Down Expand Up @@ -2988,13 +2988,13 @@ div.commandbox {
padding: 3rem 0.5rem 0 0.5rem;
}
/* luci-app-openclash */
.node-services-openclash .cbi-tabmenu{
.node-services-openclash .cbi-tabmenu {
font-size: 0;
}
.node-services-openclash .cbi-tabmenu > li{
.node-services-openclash .cbi-tabmenu > li {
margin-right: 4px;
}
.node-services-openclash .cbi-tabmenu > li:last-child{
.node-services-openclash .cbi-tabmenu > li:last-child {
margin-right: 0;
}

Expand Down
8 changes: 4 additions & 4 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -3559,11 +3559,11 @@ input[name="nslookup"] {
margin-top: 0;
}

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

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

Expand Down Expand Up @@ -3668,13 +3668,13 @@ div.commandbox {
}

/* luci-app-openclash */
.node-services-openclash .cbi-tabmenu{
.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{
.node-services-openclash .cbi-tabmenu > li:last-child {
margin-right: 0;
}

Expand Down

0 comments on commit ff1271a

Please sign in to comment.