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:
parent
22fd3a3118
commit
45949d49a8
8 changed files with 54 additions and 11 deletions
src/components/flow/FlowStamp
|
@ -117,3 +117,9 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.whatsnew {
|
||||
@media (max-width: $flow_hide_recents) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue