Add switches

This commit is contained in:
Laux Dev
2026-03-02 11:58:06 +08:00
parent d86f71ee6a
commit 39154632f4
8 changed files with 169 additions and 7 deletions

View File

@@ -138,7 +138,7 @@
}
.variablesContent {
display: flex;
padding-bottom: 50px;
padding-bottom: auto;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
@@ -167,7 +167,8 @@
}
.environmentVariablesContainer {
display: flex;
padding-bottom: 50px;
min-height: 200px;
padding-bottom: auto;
flex-direction: column;
align-items: flex-start;
align-self: stretch;