implement config

This commit is contained in:
xmcp
2019-05-10 14:15:38 +08:00
parent 0bdc6d600f
commit 39e07f24e9
15 changed files with 286 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
border-radius: 5px;
margin: 1em 0;
padding: .5em;
box-shadow: 0 5px 10px rgba(0,0,0,.4);
box-shadow: 0 3px 8px rgba(0,0,0,.4);
}
.box-tip {
@@ -30,6 +30,9 @@
padding-left: 18px;
overflow-x: auto;
}
.flow-reply-row.config-no-scroll {
overflow-x: hidden !important;
}
.flow-reply-row::-webkit-scrollbar {
display: none;
@@ -177,7 +180,7 @@
.flow-item-row-quote {
opacity: .8;
filter: brightness(90%);
filter: brightness(95%);
}
.flow-item-quote>.box {