add new post detection

This commit is contained in:
xmcp
2018-08-23 11:40:43 +08:00
parent 32dc4212ff
commit 9bbebd9f11
4 changed files with 25 additions and 5 deletions

View File

@@ -109,4 +109,16 @@
.box-id {
font-family: Consolas, Courier, monospace;
opacity: .6;
}
.flow-item-dot {
position: relative;
top: calc(-.5em - 5px);
left: calc(-.5em - 5px);
width: 10px;
height: 10px;
margin-bottom: -10px;
border-radius: 50%;
background-color: orange;
box-shadow: 0 0 5px rgba(0,0,0,.4);
}