Merge pull request #73 from xPaw/badge-opacity

Hide badge counter with opacity
This commit is contained in:
Jérémie Astori 2016-02-20 11:50:59 -05:00
commit 36f2ee3617

View file

@ -315,7 +315,7 @@ button, .user {
color: #49505a;
}
#sidebar .badge:empty {
display: none;
opacity: 0;
}
#sidebar .close {
border-radius: 3px;