[Glitch] Fix height of dashboard counters

Port 6493f4ffae to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 5 years ago committed by Thibaut Girka
parent 2f952f6d04
commit 96b9d3333d
  1. 2
      app/javascript/flavours/glitch/styles/dashboard.scss

@ -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