fix(a11y): padding
This commit is contained in:
parent
96c456fdf1
commit
c42f70e67a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ impl cosmic::Application for CosmicA11yApplet {
|
|||
|
||||
self.core
|
||||
.applet
|
||||
.popup_container(toggle.padding([8, 8]))
|
||||
.popup_container(container(toggle).padding([8, 0]))
|
||||
.max_width(372.)
|
||||
.max_height(600.)
|
||||
.into()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue