aboutsummaryrefslogtreecommitdiff
path: root/src/css/akn.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/akn.css')
-rw-r--r--src/css/akn.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/css/akn.css b/src/css/akn.css
index 51fec87..04b4917 100644
--- a/src/css/akn.css
+++ b/src/css/akn.css
@@ -52,6 +52,10 @@ a:hover{
color: #c5f0ff;
}
+#header {
+ cursor: pointer;
+}
+
.header {
text-align: center;
}
@@ -526,3 +530,26 @@ details {
align-items: center;
justify-content: center;
}
+
+.manual-scan {
+ display: flex;
+ flex-direction: row;
+ justify-content: start;
+ align-items: center;
+ flex-wrap: wrap;
+ gap: 5px;
+}
+
+.where-am-i {
+ height: 32px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ gap: 10px;
+}
+
+.where-am-i img {
+ height: 32px;
+ display: flex;
+ flex-direction: row;
+}