fix: ssr compatible embedd

This commit is contained in:
qingwei.li 2018-02-10 16:09:01 +08:00 committed by cinwell.li
commit ebc10c4e43
7 changed files with 60 additions and 39 deletions

View file

@ -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;