1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

use container queries in flow

This commit is contained in:
Fedor Katurov 2025-01-25 21:37:33 +07:00
parent 71306d4c14
commit fd8907dd3a
4 changed files with 62 additions and 25 deletions

View file

@ -108,7 +108,7 @@
}
.whatsnew {
@media (max-width: $flow_hide_recents) {
@container sizer (width < #{$flow_hide_recents}) {
display: none;
}
}