fixed space between icons and text preview

This commit is contained in:
PandaDEV 2024-08-26 17:22:23 +10:00
parent fa2744069a
commit 15424eee84
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 3 additions and 2 deletions

View file

@ -105,7 +105,7 @@ body,
padding: 10px; padding: 10px;
padding-inline: 10px; padding-inline: 10px;
letter-spacing: 0.5px; letter-spacing: 0.5px;
gap: 16px; gap: 10px;
overflow: hidden; overflow: hidden;
text-overflow: clip; text-overflow: clip;
white-space: nowrap; white-space: nowrap;

View file

@ -31,6 +31,7 @@ fn main() {
.setup(|app| { .setup(|app| {
let app_handle = app.handle().clone(); let app_handle = app.handle().clone();
#[cfg(not(target_os = "macos"))]
api::hotkeys::setup(app_handle.clone()); api::hotkeys::setup(app_handle.clone());
api::tray::setup(app)?; api::tray::setup(app)?;
api::database::setup(app)?; api::database::setup(app)?;