1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-20 00:54:46 +07:00

fixed flow search for mobile

This commit is contained in:
Fedor Katurov 2021-06-25 14:15:01 +07:00
parent 22fd3a3118
commit 45949d49a8
8 changed files with 54 additions and 11 deletions
src/components/flow/FlowStamp

View file

@ -117,3 +117,9 @@
display: none;
}
}
.whatsnew {
@media (max-width: $flow_hide_recents) {
display: none;
}
}