Skip to content

Commit

Permalink
适配优化 luci-app-dockerman 和 luci-app-diskman 在本主题的按钮布局;
Browse files Browse the repository at this point in the history
-小小优化一下 luci-app-istorex 的 首页[Quick Start]
  • Loading branch information
SpeedPartner committed Jul 9, 2023
1 parent 8209ab6 commit 1189a91
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -3005,6 +3005,27 @@ div.commandbox {
font-size: 0.875rem;
}

/* luci-app-dockerman */
#cbi-dockerd > .cbi-section > br,
#cbi-docker > .cbi-section > br {
display: none;
}

/* luci-app-diskman */
#cbi-diskman > .cbi-section > br {
display: none;
}

/* luci-app-istorex (Quick Start) */
#app #main #page .app-container_body .btn-f,
#app #main #page .app-container_body .btn-r {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
width: 30px;
}

@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
Expand Down
21 changes: 21 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -3686,6 +3686,27 @@ div.commandbox {
font-size: 0.875rem;
}

/* luci-app-dockerman */
#cbi-dockerd > .cbi-section > br,
#cbi-docker > .cbi-section > br {
display: none;
}

/* luci-app-diskman */
#cbi-diskman > .cbi-section > br {
display: none;
}

/* luci-app-istorex (Quick Start) */
#app #main #page .app-container_body .btn-f,
#app #main #page .app-container_body .btn-r {
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
width: 30px;
}

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

.main {
Expand Down

0 comments on commit 1189a91

Please sign in to comment.