nm-dialog: Fix icon spacing issue

- fixes #4928

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2309>
This commit is contained in:
Sam Hewitt 2022-05-27 14:49:26 -02:30 committed by Marge Bot
parent 01287f6a19
commit 68653d5e61
2 changed files with 6 additions and 2 deletions

View file

@ -15,6 +15,10 @@
.nm-dialog-header-icon { icon-size: $large_icon_size;}
.nm-dialog-header-hbox { spacing: 10px; }
.nm-dialog-network-selected {
margin: 0 $base_margin*2;
}
.nm-dialog-scroll-view {
padding:$base_padding;
border-radius: $base_border_radius;