Fix
This commit is contained in:
parent
aad9579a09
commit
f8c2182719
2 changed files with 4 additions and 2 deletions
|
@ -159,13 +159,16 @@
|
|||
font-family: BIZ UDGothic, Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.misskey_app {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
background-color: #222;
|
||||
color: #dfddcc;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ html
|
|||
background-color: #222;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue