feat: initial implementation of responsive app panes (#1198)
This commit is contained in:
@@ -12,11 +12,11 @@ $content-horizontal-padding: 16px;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&,
|
||||
#navigation-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--navigation-column-background-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user