Skip to content

Commit

Permalink
优化对齐[luci-app-filebrowser]的运行状态文本
Browse files Browse the repository at this point in the history
- 添加备注
  • Loading branch information
SpeedPartner committed Apr 15, 2023
1 parent a7e51bd commit 187a7f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,10 @@ select[multiple="multiple"] {
line-height: 1.6;
font-size: 0.875rem;
}
.cbi-section > .cbi-section-node > .cbi-value > .cbi-value-field font {
/* Fix text position of the luci-app-filebrowser running state */
#cbi-filebrowser > .cbi-section > .cbi-section > .cbi-value > .cbi-value-field,
/* Fix text position of the luci-apps running state of the [Control] type */
form > .cbi-map > .cbi-section > .cbi-section-node > .cbi-value > .cbi-value-field font {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
Expand Down
5 changes: 4 additions & 1 deletion htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -2981,7 +2981,10 @@ select[multiple="multiple"] {

}

.cbi-section>.cbi-section-node>.cbi-value>.cbi-value-field font {
/* Fix text position of the luci-app-filebrowser running state */
#cbi-filebrowser>.cbi-section>.cbi-section>.cbi-value>.cbi-value-field,
/* Fix text position of the luci-apps running state of the [Control] type */
form>.cbi-map>.cbi-section>.cbi-section-node>.cbi-value>.cbi-value-field font {
word-wrap: break-word;
font-size: 0.875rem;
line-height: 1.6;
Expand Down

0 comments on commit 187a7f6

Please sign in to comment.