mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 21:25:00 +02:00
🐛 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));
|
grid-template-columns: repeat(var(--col-count, 2), minmax(0, 1fr));
|
||||||
|
|
||||||
/* Hide when search term returns nothing */
|
/* Hide when search term returns nothing */
|
||||||
.no-results { display: none; }
|
.no-results { display: none !important; }
|
||||||
|
|
||||||
/* Additional spacing when in edit mode */
|
/* Additional spacing when in edit mode */
|
||||||
&.edit-mode {
|
&.edit-mode {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user