forked from newthuhole/hole_thu_frontend
add new post detection
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user