mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 21:02:44 +03:00
feat(ui): decreased logo size a bit more
This commit is contained in:
parent
719fffb8eb
commit
6671486df4
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ impl SimpleComponent for App {
|
|||
set_visible: model.loading.is_none(),
|
||||
|
||||
add = &adw::PreferencesGroup {
|
||||
set_margin_top: 32,
|
||||
set_margin_top: 48,
|
||||
|
||||
#[watch]
|
||||
set_visible: model.style == LauncherStyle::Modern,
|
||||
|
|
Loading…
Reference in a new issue