diff --git a/package.json b/package.json
index 844600c..d9fca64 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "cardo",
"private": true,
- "version": "1.3.0",
+ "version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 440ca73..eeb636b 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -7,7 +7,7 @@
},
"package": {
"productName": "Cardo",
- "version": "1.3.0"
+ "version": "1.4.0"
},
"tauri": {
"updater": {
diff --git a/src/components/LeftMenu.tsx b/src/components/LeftMenu.tsx
index ca1c7ef..595ee55 100644
--- a/src/components/LeftMenu.tsx
+++ b/src/components/LeftMenu.tsx
@@ -17,35 +17,35 @@ function LeftMenu() {
{
collapsedLeftMenu &&
-
+
- `w-6 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5 '}`}
+ `w-7 p-0.5 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5 hover:p-0'}`}
title={t('home')}
>
{home}
- `w-6 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5'}`}
+ `w-7 p-0.5 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5 hover:p-0'}`}
title={t('settings')}
>
{settings}
- `w-6 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5'}`}
+ `w-7 p-0.5 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5 hover:p-0'}`}
title={t('queue')}
>
{queue}
- `w-6 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5'}`}
+ `w-7 p-0.5 transition-all ${isActive ? 'text-primary-4 cursor-default' : 'hover:text-accent-5 hover:p-0'}`}
title={t('downloads')}
>
{download}
-