feature update

- search query highlight
- id quote
- add some icons
This commit is contained in:
xmcp
2019-04-17 01:26:10 +08:00
parent f9d1879328
commit 854c3a0306
12 changed files with 219 additions and 55 deletions

View File

@@ -169,4 +169,26 @@
color: white;
background-color: rgba(0,0,0,.6);
pointer-events: none;
}
.flow-item-row-quote {
opacity: .8;
filter: brightness(90%);
}
.flow-item-quote>.box {
margin-left: 2.5em;
max-height: 15em;
overflow-y: hidden;
}
.quote-tip {
margin-top: .5em;
margin-bottom: -10em; /* so that it will not block reply bar */
float: left;
display: flex;
flex-direction: column;
width: 2.5em;
text-align: center;
color: white;
}