From 5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 11 Apr 2024 18:29:43 +0300 Subject: results of render now output results --- src/css/akn.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/css') diff --git a/src/css/akn.css b/src/css/akn.css index 816b098..0c548b2 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -488,3 +488,23 @@ footer { display: none; } } + +#unique-overlay { + position: fixed; + z-index: 1; + background: black; + width: auto; + height: auto; + overflow: scroll; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + margin: 0px; + padding: 1vh 4vw; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + align-content: flex-start; +} -- cgit v1.2.3