Browse Source

Added round border for thumbnail

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v15.0.0beta1
John Molakvoæ (skjnldsv) 5 years ago
parent
commit
372109a276
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      core/css/styles.scss

+ 2
- 0
core/css/styles.scss View File

@@ -818,10 +818,12 @@ code {
flex-direction: column;
width: $grid-size - 2 * $grid-pad;


td {
border: none;
padding: 0;
text-align: center;
border-radius: var(--border-radius);

&.filename {
padding: #{$grid-size - 2 * $grid-pad} 0 0 0;

Loading…
Cancel
Save