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:
parent
71306d4c14
commit
fd8907dd3a
4 changed files with 62 additions and 25 deletions
|
@ -108,7 +108,7 @@
|
|||
}
|
||||
|
||||
.whatsnew {
|
||||
@media (max-width: $flow_hide_recents) {
|
||||
@container sizer (width < #{$flow_hide_recents}) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue