Merge commit '0622107449e72d35b22afeeba2f0ba983e914803' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-05-01 19:16:48 +02:00
34 changed files with 236 additions and 148 deletions

View File

@@ -7863,8 +7863,13 @@ noscript {
}
}
@container account-header (max-width: 372px) {
.optional {
.optional {
@container account-header (max-width: 372px) {
display: none;
}
// Fallback for older browsers with no container queries support
@media screen and (max-width: 372px + 55px) {
display: none;
}
}