Add feature

This commit is contained in:
Laux Dev
2026-03-18 16:18:55 +08:00
parent d7f65cb1a7
commit 6fd78aa92f
20 changed files with 1268 additions and 684 deletions

View File

@@ -2,9 +2,8 @@
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
flex: 1;
align-self: stretch;
background: #161720;
}
.variablesHeader {
@@ -258,3 +257,14 @@
font-weight: 500;
line-height: normal;
}
.noDisplay {
display: none;
}
.hasDisplay {
display: flex;
}
@media (max-width: 768px) {
.variablesContentContainer > div {
height: calc(100vh - 342px);
}
}