mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
refactor: remove unnecessary x-cloak styles
This commit is contained in:
parent
06daff4b33
commit
482b8db6e9
@ -53,11 +53,6 @@ templ Spacer() {
|
|||||||
templ Styles(local bool) {
|
templ Styles(local bool) {
|
||||||
@stylesHandle.Once() {
|
@stylesHandle.Once() {
|
||||||
<link href="/assets/css/styles.css" rel="stylesheet"/>
|
<link href="/assets/css/styles.css" rel="stylesheet"/>
|
||||||
<style>
|
|
||||||
[x-cloak] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user