diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 242f2ee..f05cea8 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -44,12 +44,12 @@
"windows": [
{
"title": "KlectrRadio",
- "width": 1200,
+ "width": 800,
"height": 600,
"decorations": false,
"resizable": true,
- "min-width": 800,
- "min-height": 600
+ "minWidth": 800,
+ "minHeight": 600
}
],
"security": {
diff --git a/src/App.tsx b/src/App.tsx
index fdcc505..facc067 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -13,15 +13,17 @@ export function App() {
}, [])
return (
-
-
+
+
+ {/* Left Section __________*/}
+
Music
- -
+
-
-
-
-
+
{/* Right Section __________*/}
-
+
-
-
Music Player
+
+ {/* Music Player __________*/}
+
+
+
+
+
Camden to Chinatown
+
Loafy Building, Raimu
+
+
+
+
+
+
-
+
+ {/* Popular Section __________*/}
+
+
+ {/* Bottom Section __________*/}
+ {/* Local Radio __________*/}
Local Radio
+
+ {/* Recommended Radio __________*/}
Recommended For You
diff --git a/src/styles.css b/src/styles.css
index 646d6f9..2d04baf 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -26,7 +26,7 @@ body {
}
.titlebar {
- height: 20px;
+ height: 30px;
user-select: none;
display: flex;
justify-content: flex-start;
@@ -35,7 +35,8 @@ body {
top: 0;
left: 0;
right: 0;
- padding: 10px;
+ padding: 5px;
+ cursor: grab;
}
.titlebar-button {
display: inline-flex;