1
1

improve graph bar style

This commit is contained in:
2020-02-21 00:12:27 +01:00
parent 9a27a0ca5c
commit df8777c724

View File

@@ -166,9 +166,9 @@ tr:hover {
.graph-bar {
flex: 1 1 0;
min-width: 8px;
min-height: 8px;
margin: 1px;
min-width: 10px;
min-height: 10px;
margin-right: 1px;
border-radius: 2px;
opacity: 60%;
}