Browse Source

Reduce size of date in list

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

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

@@ -1033,7 +1033,8 @@ kbd {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
opacity: 0.5;
opacity: .5;
font-size: 80%;
user-select: none;
}
}

Loading…
Cancel
Save