fix(network): vpn dropdown styling
This commit is contained in:
parent
202e739222
commit
78ba1212da
1 changed files with 2 additions and 1 deletions
|
|
@ -822,7 +822,8 @@ fn devices_view() -> Section<crate::pages::Message> {
|
|||
))
|
||||
.width(Length::Fixed(200.0))
|
||||
.apply(widget::container)
|
||||
.class(cosmic::style::Container::Dialog)
|
||||
.padding(1)
|
||||
.class(cosmic::style::Container::Dropdown)
|
||||
})
|
||||
.apply(|e| Some(Element::from(e)))
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue