Add feature
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user