mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fixed space between icons and text preview
This commit is contained in:
parent
fa2744069a
commit
15424eee84
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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)?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue