Browse Source

Fix height of dashboard counters (#11736)

pull/4/head
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
6493f4ffae
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/mastodon/dashboard.scss

+ 2
- 0
app/javascript/styles/mastodon/dashboard.scss View File

@ -15,6 +15,8 @@
padding: 20px;
background: lighten($ui-base-color, 4%);
border-radius: 4px;
box-sizing: border-box;
height: 100%;
}
& > a {

Loading…
Cancel
Save