fix: ssr compatible embedd
This commit is contained in:
parent
b265fdd68a
commit
ebc10c4e43
7 changed files with 60 additions and 39 deletions
|
|
@ -217,16 +217,12 @@ li input[type='checkbox'] {
|
|||
|
||||
/* main */
|
||||
main {
|
||||
display: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
size: 100vw 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
main.ready {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.anchor {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue