1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-09 19:34:13 +09:00

Fix modern theme, take 2

This commit is contained in:
Noa Himesaka 2023-10-01 23:07:42 +09:00
parent 753bb44d99
commit 3a9aeab56c

View File

@ -652,7 +652,7 @@ a:focus-visible,
} }
@media (min-width: 890px) { @media (min-width: 890px) {
.columns-area__panels__main { .columns-area__panels__main {
display: grid; display: grid !important;
grid-template-columns: 100%; grid-template-columns: 100%;
} }
} }