1
0

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) {
.columns-area__panels__main {
display: grid;
display: grid !important;
grid-template-columns: 100%;
}
}
@ -4243,4 +4243,4 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
}
.modal-root__container {
animation: bounceIn 0.7s;
}
}