Browse Source

Checkboxes and favourite fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v13.0.0beta2
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
3d063e4dd0
No account linked to committer's email address
1 changed files with 10 additions and 8 deletions
  1. 10
    8
      core/css/apps.scss

+ 10
- 8
core/css/apps.scss 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;

Loading…
Cancel
Save