forked from newthuhole/hole_thu_frontend
feature update
- search query highlight - id quote - add some icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user