mirror of https://github.com/Lissy93/dashy.git
🐛 Fixes empty section visible in search (#447)
This commit is contained in:
parent
33b132c463
commit
488cfc1c7b
|
@ -260,7 +260,7 @@ export default {
|
|||
grid-template-columns: repeat(var(--col-count, 2), minmax(0, 1fr));
|
||||
|
||||
/* Hide when search term returns nothing */
|
||||
.no-results { display: none; }
|
||||
.no-results { display: none !important; }
|
||||
|
||||
/* Additional spacing when in edit mode */
|
||||
&.edit-mode {
|
||||
|
|
Loading…
Reference in New Issue