Skip to content

Commit

Permalink
fix: adjust inconsistent margin
Browse files Browse the repository at this point in the history
  • Loading branch information
owlnai committed Jun 24, 2023
1 parent 7793751 commit 0a68d23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lofi-in-your-desktop"
version = "1.0.0"
version = "1.0.1"
description = "Listen to Lofi music on your desktop"
authors = ["Unai Mengual <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "lofi-in-your-desktop",
"version": "1.0.0"
"version": "1.0.1"
},
"tauri": {
"allowlist": {
Expand Down
4 changes: 1 addition & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
font-size: 16px;
line-height: 24px;
font-weight: 400;

color: #fbfbfb;

font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -41,7 +39,7 @@ a {
justify-content: space-between;
align-items: center;
position: fixed;
width: calc(100% - var(--spacing) * 2);
width: calc(100% - var(--spacing) * 2.5);
top: var(--spacing);
left: var(--spacing);
}
Expand Down

0 comments on commit 0a68d23

Please sign in to comment.