fix: adjust font size and width for indicator styles in style.scss

This commit is contained in:
Astrian Zheng 2025-02-21 17:01:29 +11:00
parent 52594f0193
commit 580cbbb5a0
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -49,6 +49,7 @@
&.indicator {
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
font-size: 0.75rem;
}
}
@ -60,6 +61,8 @@
border-radius: 0.25rem;
padding: 0.25rem 0;
color: var(--datenel-main-color);
width: 4rem;
font-size: 0.75rem;
&:hover {
background: var(--datenel-hover-color);