Skip to content

Commit

Permalink
改进/修复 均衡负载[luci-app-mwan3] 中 状态[Load Banlancing] 的 子菜单选项卡[SubTabs] 的位置
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Jun 7, 2023
1 parent d0d7678 commit bb0f375
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -2978,6 +2978,10 @@ div.commandbox {
text-overflow: ellipsis;
white-space: nowrap;
}
/* luci-app-mwan3 */
.node-status-mwan .cbi-tabmenu {
padding: 3rem 0.5rem 0 0.5rem;
}
@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
Expand Down
5 changes: 5 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -3654,6 +3654,11 @@ div.commandbox {
white-space: nowrap;
}

/* luci-app-mwan3 */
.node-status-mwan .cbi-tabmenu {
padding: 3rem 0.5rem 0 0.5rem;
}

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

.main {
Expand Down

0 comments on commit bb0f375

Please sign in to comment.