[Chore] Config Page: Device: Adjust label position.

This commit is contained in:
Sakamoto Shiina
2025-01-02 20:53:39 +09:00
parent 5d0e9e0559
commit 0d6c73fba4

View File

@@ -75,6 +75,8 @@
display: flex;
flex-direction: column;
gap: 1.2rem;
justify-content: center;
align-items: center;
}
.device_dropdown_wrapper {
@@ -96,6 +98,7 @@
.device_secondary_label {
padding-left: 0.2rem;
padding-right: 0.4rem;
font-size: 1.4rem;
color: var(--dark_500_color);
white-space: nowrap;