Checkboxes and favourite fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
627293adc2
commit
3d063e4dd0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue