Skip to content

CSS Border Styling not working on WiFi and Clock Alarm Setting PopOuts #922

@MrFlaig

Description

@MrFlaig

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
Image

.clock-popup.alarm,
.clock-popup.timer {
  min-width: 420px;
  background-color: var(--base);
  border: 1px solid var(--pine);
}

Relevant log output

There's no log here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions