Change: unboostable toot btn(hidden to unvisible)

This commit is contained in:
Cutls 2019-07-02 00:26:41 +09:00
parent bd865977b0
commit f8b4b7b74d

View File

@ -76,6 +76,9 @@ option {
min-width: 0 !important;
margin-left: 5px !important;
}
.unvisible{
opacity: 0;
}
.bbcode-pulse-loadings,
.bbcode-pulse-loading,
.fa-pulse {
@ -397,7 +400,8 @@ blockquote:before,
text-align: center;
width: calc(100% + 10px);
border-radius: 5px;
background-color: var(--bg);
background-color: var(--box);
filter: brightness(80%);
margin-left: -5px;
margin-right: -5px;
margin-top: -5px;