Correctly align date in week icon

This commit is contained in:
Raimund Schlüßler 2018-11-01 21:19:58 +01:00
parent 6bbbe0efed
commit 4018960140
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -294,9 +294,12 @@
#collection_today > a > span.date {
position: absolute;
font-size: 7px;
left: 18px;
top: 1.5px;
font-size: 6px;
left: 17px;
top: 2px;
width: 10px;
text-align: center;
font-weight: bold;
}
#app-settings .label-container span.icon {