Merge remote-tracking branch 'parent/main' into upstream-20240417
This commit is contained in:
commit
51cf7b3eb4
76 changed files with 835 additions and 307 deletions
|
@ -8291,8 +8291,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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue