1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-09 11:23:26 +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%;
} }
} }
@ -4243,4 +4243,4 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
} }
.modal-root__container { .modal-root__container {
animation: bounceIn 0.7s; animation: bounceIn 0.7s;
} }