Skip to content

Commit

Permalink
Update cascade.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yhl452493373 authored Aug 20, 2023
1 parent d7cdcef commit 5abeff5
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,38 @@ div.commandbox {
width: 30px;
}

/* ttyd */
.TTYD.node-system-terminal .main{
height: 100%!important;
}

.TTYD.node-system-terminal .main .main-right{
height: 100%!important;
display: flex!important;
flex-direction: column!important;
}

.TTYD.node-system-terminal .main .main-right #maincontent{
height: 100%!important;
flex: 1!important;
display: flex!important;
flex-direction: column!important;
}

.TTYD.node-system-terminal .main .main-right #maincontent .container{
flex: 1!important;
}

.TTYD.node-system-terminal .main .main-right #maincontent .container .cbi-map{
display: flex!important;
flex-direction: column!important;
height: 100%!important;
}

.TTYD.node-system-terminal .main .main-right #maincontent .container .cbi-map #terminal{
flex: 1!important;
}

@media screen and (max-width: 1600px) {
.main .main-left {
width: calc(0% + 13rem);
Expand Down Expand Up @@ -3314,4 +3346,4 @@ div.commandbox {
width: 2.3rem !important;
height: auto;
}
}
}

0 comments on commit 5abeff5

Please sign in to comment.