Correctly align date in week icon
This commit is contained in:
parent
6bbbe0efed
commit
4018960140
1 changed files with 6 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue