From 3e6976207dd980fc58d7a4e7e0d5c69060c062e1 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 9 Mar 2023 18:17:48 +0100 Subject: fixed centered .grid items/elements If not enough elements are inside a grid to fill it out entirely it'll attempt to put spacing in between the items to make them vertically centered. This is now removed. --- src/app/main.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/app/main.css b/src/app/main.css index f123029..d76afdf 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -110,6 +110,7 @@ a, button, #close, #nsRelease, #vpReleaseNotes, .grid { display: flex; flex-wrap: wrap; + align-content: start; } .switch { -- cgit v1.2.3