This commit is contained in:
Odweta
2026-01-11 22:34:54 +01:00
parent afe8627d34
commit cd15f57e55
-5
View File
@@ -136,7 +136,6 @@
background-color: #1a1b26; /* Consistent dark background */
padding: 0.3rem 0.7rem; /* Consistent padding with other modules (e.g., cpu, uptime) */
margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */
border-radius: 6px; /* Consistent rounded corners with other individual modules */
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Consistent shadow */
min-width: 0;
border: none;
@@ -197,13 +196,9 @@
#bluetooth {
margin-left: 0px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
#battery {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
margin-right: 7px;
}