mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-08 11:57:31 +08:00
🍉 Sync 2023-08-20 23:35
This commit is contained in:
parent
58659df6c6
commit
0a97b952d5
@ -28,7 +28,6 @@ on:
|
||||
env:
|
||||
TZ: Asia/Shanghai
|
||||
|
||||
|
||||
jobs:
|
||||
job_check:
|
||||
if: github.repository == ${{ github.repository }}
|
||||
@ -67,7 +66,6 @@ jobs:
|
||||
name: For Lean's LEDE 18.06 LuCI
|
||||
tag_name: ${{steps.check_version.outputs.latest_version}}
|
||||
|
||||
|
||||
job_build_argon:
|
||||
name: Build Argon (18.06)
|
||||
needs: job_check
|
||||
|
@ -344,10 +344,11 @@ li {
|
||||
.login-page .login-container .login-form .brand-text {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 85px;
|
||||
font-family: "TypoGraphica";
|
||||
width: 420px;
|
||||
padding: 0 0.5rem 0 0.5rem;
|
||||
padding: 0 0.5rem 0.1rem 0.5rem;
|
||||
text-align: center;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
@ -3052,6 +3053,23 @@ div.commandbox {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
/* luci-app-ttyd */
|
||||
.TTYD.node-system-terminal .main {
|
||||
height: 100%!important;
|
||||
}
|
||||
.TTYD.node-system-terminal .main .main-right,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent .container .cbi-map {
|
||||
height: 100%!important;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
}
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent .container,
|
||||
.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);
|
||||
@ -3340,4 +3358,4 @@ div.commandbox {
|
||||
width: 2.3rem !important;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -370,10 +370,11 @@ li {
|
||||
.brand-text {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 85px;
|
||||
font-family: "TypoGraphica";
|
||||
width: 420px;
|
||||
padding: 0 0.5rem 0 0.5rem;
|
||||
padding: 0 0.5rem 0.1rem 0.5rem;
|
||||
text-align: center;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
@ -3707,6 +3708,23 @@ div.commandbox {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
/* luci-app-ttyd */
|
||||
.TTYD.node-system-terminal .main {
|
||||
height: 100%!important;
|
||||
}
|
||||
.TTYD.node-system-terminal .main .main-right,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent .container .cbi-map {
|
||||
height: 100%!important;
|
||||
display: flex!important;
|
||||
flex-direction: column!important;
|
||||
}
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent .container,
|
||||
.TTYD.node-system-terminal .main .main-right #maincontent .container .cbi-map #terminal {
|
||||
flex: 1!important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1600px) {
|
||||
|
||||
.main {
|
||||
@ -4112,4 +4130,4 @@ div.commandbox {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user