diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-04-11 18:29:43 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-04-11 18:29:43 +0300 |
commit | 5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5 (patch) | |
tree | 1867649c5e60563a601ed00b7546393a872d8af9 /src/css/akn.css | |
parent | f3249e31f3f7c9b709f203d2a01a38892d771996 (diff) | |
download | arching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.tar.gz arching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.tar.bz2 arching-kaos-web-ui-5652c7f391b92fb3ef0b9f401e22b9e51ca5a7a5.zip |
results of render now output results
Diffstat (limited to 'src/css/akn.css')
-rw-r--r-- | src/css/akn.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} |