]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix height of dashboard counters
authorThibG <thib@sitedethib.com>
Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 5 Sep 2019 11:52:53 +0000 (13:52 +0200)
Port 6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/dashboard.scss

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