rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.29k stars 227 forks source link

Hide a find function #520

Closed albamef closed 8 months ago

albamef commented 8 months ago

Hi, how I can hide a "find" button?

rejetto commented 8 months ago

what find button are you talking about? this?

image
albamef commented 8 months ago

what find button are you talking about? this? image

Yes =)

rejetto commented 8 months ago

admin-panel > custom html > after header add this

<style>
#search-button { display: none; }
</style>
albamef commented 8 months ago

admin-panel > custom html > after header add this

<style>
#search-button { display: none; }
</style>

Thank you! =)