feat: screen presentation and dismiss animations for mobile (#2073)
This commit is contained in:
@@ -8,6 +8,10 @@ $content-horizontal-padding: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
border-right: 1px solid var(--items-column-border-right-color);
|
||||
}
|
||||
|
||||
&,
|
||||
#navigation-content {
|
||||
background-color: var(--navigation-column-background-color);
|
||||
|
||||
Reference in New Issue
Block a user