Counter of own uploads added to top bar

This commit is contained in:
Christoph Haas 2017-02-01 09:37:41 +01:00
parent f89a56afe4
commit 11f117f1e2
2 changed files with 9 additions and 4 deletions

View file

@ -918,3 +918,8 @@ a.black
[type='file'] {
width: inherit !important;
}
/* Badges in the topbar seem a bit too high */
nav.top-bar .badge {
padding-bottom: 0.2em;
}