improve sidebar on small screen

This commit is contained in:
xmcp
2019-08-05 17:24:23 +08:00
parent b3435bc6c5
commit 99aad0d7d4
5 changed files with 18 additions and 5 deletions

View File

@@ -154,6 +154,11 @@
border-radius: 50%;
background-color: #ffcc77;
box-shadow: 1px 1px 5px rgba(0,0,0,.5);
display: none;
}
.left-container .flow-item-dot {
display: block;
}
.box-content {