Skip to content

Commit ecd250c

Browse files
committed
DHCP Option 119 - Domain Search List
1 parent 1f333fe commit ecd250c

File tree

8 files changed

+1806
-1
lines changed

8 files changed

+1806
-1
lines changed

src/lib/components/furniture/SettingsPanel.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@
566566
grid-column: span 2;
567567
}
568568
569+
.theme-option {
570+
flex-direction: column;
571+
}
572+
569573
@media (max-width: 768px) {
570574
&.theme-section,
571575
&.accessibility-section,
@@ -622,7 +626,7 @@
622626
623627
.theme-option {
624628
display: flex;
625-
flex-direction: column;
629+
flex-direction: row;
626630
align-items: center;
627631
gap: var(--spacing-xs);
628632
padding: var(--spacing-sm);

0 commit comments

Comments
 (0)