aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-11-29 16:18:35 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-11-29 16:18:35 +0200
commit084e3ce6efc49c2d43ce9b44d96e430f8057848e (patch)
treed0369baa64a57b8fcc224135918b421028e2d36e /src/css
parent1dab98b6617b4dc6c36c57794895725bb8ef3d47 (diff)
downloadarching-kaos-web-ui-084e3ce6efc49c2d43ce9b44d96e430f8057848e.tar.gz
arching-kaos-web-ui-084e3ce6efc49c2d43ce9b44d96e430f8057848e.tar.bz2
arching-kaos-web-ui-084e3ce6efc49c2d43ce9b44d96e430f8057848e.zip
Visual improvements
Diffstat (limited to 'src/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;
+}