Browse Source

Move star to top right instead of top left, fix checkbox overlay

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v13.0.0beta2
Jan-Christoph Borchardt 6 years ago
parent
commit
5ea14192ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/apps.scss

+ 1
- 1
core/css/apps.scss View File

@@ -986,7 +986,7 @@ kbd {

.app-content-list-item-star {
top: 10px;
left: 3px;
left: 32px;
background-size: 16px;
height: 20px;
width: 20px;

Loading…
Cancel
Save