Checkboxes and favourite fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-17 09:05:28 +01:00
parent 627293adc2
commit 3d063e4dd0
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8

View File

@ -963,8 +963,8 @@ kbd {
.app-content-list-item-checkbox.checkbox + label,
.app-content-list-item-star {
position: absolute;
height: 20px;
width: 20px;
height: 40px;
width: 40px;
display: flex;
z-index: 50;
+ .app-content-list-item-icon {
@ -984,6 +984,14 @@ kbd {
}
}
.app-content-list-item-star {
top: 10px;
left: 3px;
background-size: 16px;
height: 20px;
width: 20px;
}
.app-content-list-item-icon {
position: absolute;
display: inline-block;
@ -1001,12 +1009,6 @@ kbd {
user-select: none;
}
.app-content-list-item-star {
top: 10px;
left: 3px;
background-size: 16px;
}
.app-content-list-item-line-one,
.app-content-list-item-line-two {
display: block;