aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/akn.css20
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;
+}