feat: initial implementation of responsive app panes (#1198)
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
#items-column {
|
||||
background-color: var(--items-column-background-color);
|
||||
border-left: 1px solid var(--items-column-border-left-color);
|
||||
border-right: 1px solid var(--items-column-border-right-color);
|
||||
font-size: var(--sn-stylekit-font-size-h2);
|
||||
user-select: none;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
border-left: 1px solid var(--items-column-border-left-color);
|
||||
border-right: 1px solid var(--items-column-border-right-color);
|
||||
}
|
||||
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
@@ -20,11 +23,6 @@
|
||||
font-size: var(--sn-stylekit-font-size-h3);
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#items-title-bar-container {
|
||||
padding: 0.8125rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user