Skip to content

Commit

Permalink
fixed space between icons and text preview
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Aug 26, 2024
1 parent fa27440 commit 15424ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ body,
padding: 10px;
padding-inline: 10px;
letter-spacing: 0.5px;
gap: 16px;
gap: 10px;
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
Expand Down
3 changes: 2 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ fn main() {
)
.setup(|app| {
let app_handle = app.handle().clone();


#[cfg(not(target_os = "macos"))]
api::hotkeys::setup(app_handle.clone());
api::tray::setup(app)?;
api::database::setup(app)?;
Expand Down

0 comments on commit 15424ee

Please sign in to comment.