several more styling fixes to get landscape FTs to pass pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -45,8 +45,11 @@
|
||||
z-index: 204;
|
||||
overflow: hidden;
|
||||
|
||||
@media (orientation: landscape) and (max-width: 1023px) {
|
||||
z-index: 301; // above navbar sidebar (z-index: 300) in landscape
|
||||
@media (orientation: landscape) and (max-width: 1440px) {
|
||||
$sidebar-w: 4rem;
|
||||
// left: $sidebar-w;
|
||||
right: $sidebar-w;
|
||||
z-index: 301;
|
||||
}
|
||||
// Closed state
|
||||
max-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user