Fix small screen mode

main
Astoria 2 years ago
parent cd9416d49f
commit a307bffbee

@ -116,6 +116,7 @@ input[type="submit" i] {
width: 250px; width: 250px;
margin: 2px; margin: 2px;
max-height: var(--ver); max-height: var(--ver);
align-self: start;
overflow-x: hidden; overflow-x: hidden;
position: sticky; position: sticky;
top: calc(2px + 8px); top: calc(2px + 8px);
@ -552,6 +553,7 @@ input[type="submit" i] {
@media (max-width: 660px) { @media (max-width: 660px) {
.aside { .aside {
display: none; display: none;
body { grid-template-columns: auto };
} }
.openaside { .openaside {

Loading…
Cancel
Save