feat(ui): made launcher icon a bit smaller

This commit is contained in:
Observer KRypt0n_ 2023-05-04 13:28:56 +02:00
parent 5da290bfc1
commit 140eb38a4a
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -220,6 +220,8 @@ impl SimpleComponent for App {
set_visible: model.loading.is_none(),
add = &adw::PreferencesGroup {
set_margin_top: 32,
#[watch]
set_visible: model.style == LauncherStyle::Modern,