mirror of https://github.com/Lissy93/dashy.git
⚡ Use v-cloak directive to hide unloaded content
This commit is contained in:
parent
278e6481bf
commit
bf635bd6c9
|
@ -22,6 +22,10 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide text, and show 'Loading...' while Vue is intializing tags */
|
||||||
|
[v-cloak] > * { display:none }
|
||||||
|
[v-cloak]::before { content: "loading…" }
|
||||||
|
|
||||||
/* Overriding styles for the modal component */
|
/* Overriding styles for the modal component */
|
||||||
.vm--modal, .dashy-modal {
|
.vm--modal, .dashy-modal {
|
||||||
box-shadow: 0 40px 70px -2px hsl(0deg 0% 0% / 60%), 1px 1px 6px var(--primary) !important;
|
box-shadow: 0 40px 70px -2px hsl(0deg 0% 0% / 60%), 1px 1px 6px var(--primary) !important;
|
||||||
|
|
Loading…
Reference in New Issue