Windows version
Windows 11
Windows OS build
25H2 (Build 26200.8457)
YASB version installed
2.0.1 (from source)
Describe the bug
With CSS it's not possible to set a border on the WiFi Popout. This also affects the Alarm Setting PopOut from the clock. It is working on other widgets, volume, brightness, komorebi-control, microphone, but not on the ones, that have a header and/or footer area.
For me setting main_layout.setContentsMargins(1, 1, 1, 1) inside show_menu() in wifi_widgets.py solved the issue for my 1px border.
For the

.clock-popup.alarm,
.clock-popup.timer {
min-width: 420px;
background-color: var(--base);
border: 1px solid var(--pine);
}
Relevant log output
Windows version
Windows 11
Windows OS build
25H2 (Build 26200.8457)
YASB version installed
2.0.1 (from source)
Describe the bug
With CSS it's not possible to set a border on the WiFi Popout. This also affects the Alarm Setting PopOut from the clock. It is working on other widgets, volume, brightness, komorebi-control, microphone, but not on the ones, that have a header and/or footer area.
For me setting main_layout.setContentsMargins(1, 1, 1, 1) inside show_menu() in wifi_widgets.py solved the issue for my 1px border.
For the

Relevant log output
There's no log here.