Condense view horizontally and fix settings item spacings

This commit is contained in:
Johannes Zellner
2025-09-19 18:43:41 +02:00
parent 9bdbd49de0
commit 1d49af144c
20 changed files with 60 additions and 36 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ function onTitleBadge() {
<style>
.section {
margin-bottom: 30px;
margin-bottom: 20px;
position: relative;
}
@@ -54,7 +54,7 @@ function onTitleBadge() {
gap: 5px;
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
padding-top: 5px;
margin-top: 0;
margin-bottom: 0px;
}
@@ -70,7 +70,7 @@ function onTitleBadge() {
border-color: #d8dee4;
border-width: 1px;
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 5px;
}
@media (prefers-color-scheme: dark) {