Pane layout patches for mobile, Code cleanup.
This commit is contained in:
@@ -8,16 +8,14 @@
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.pane {
|
||||
width: 100%;
|
||||
width: calc((50% - var(--spacing-small)) * 2);
|
||||
}
|
||||
}
|
||||
|
||||
nav.pane,
|
||||
.pane.spacer {
|
||||
width: min-content;
|
||||
gap: var(--spacing-medium);
|
||||
|
||||
position: sticky;
|
||||
top: var(--spacing-large);
|
||||
right: var(--spacing-large);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user