Skip to content

Commit 7808bde

Browse files
hide logo FOUC for init templates
1 parent 13a8830 commit 7808bde

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/init/src/template-base-ts/src/pages/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
}
6262
}
6363

64+
x-logo:not(:defined) {
65+
display: none;
66+
}
67+
6468
x-logo {
6569
display: block;
6670
min-height: 100px;

packages/init/src/template-base/src/pages/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
}
6262
}
6363

64+
x-logo:not(:defined) {
65+
display: none;
66+
}
67+
6468
x-logo {
6569
display: block;
6670
min-height: 100px;

0 commit comments

Comments
 (0)