improve ui

This commit is contained in:
xmcp
2018-08-26 00:54:12 +08:00
parent 94251b394b
commit 8ebc479c47
5 changed files with 31 additions and 7 deletions

View File

@@ -91,7 +91,22 @@
.left-container .flow-item-row {
cursor: default;
transition: margin-left 200ms ease-out;
}
.flow-item-row:hover::before {
content: '>>';
position: absolute;
left: 10px;
margin-top: 1.5em;
color: white;
text-shadow: 0 0 5px #000;
font-family: 'Consolas', 'Courier', monospace;
}
@media screen and (max-width: 1200px) {
.flow-item-row:hover::before {
display: none;
}
}
.flow-item-row p.img {