diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index bab5b06..8e96129 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -12,6 +12,9 @@
},
"tauri": {
"allowlist": {
+ "window": {
+ "all": true
+ },
"fs": {
"scope": [
"$DATA",
diff --git a/src/ui/App.tsx b/src/ui/App.tsx
index 558fd5c..38bd875 100644
--- a/src/ui/App.tsx
+++ b/src/ui/App.tsx
@@ -21,7 +21,6 @@ function App() {
-
)
diff --git a/src/ui/components/TopBar.css b/src/ui/components/TopBar.css
index c09edc4..f6469f8 100644
--- a/src/ui/components/TopBar.css
+++ b/src/ui/components/TopBar.css
@@ -4,7 +4,7 @@
align-items: center;
justify-content: space-between;
width: 100%;
- height: 34px;
+ height: 30px;
background-color: #141414;
z-index: 1;
color: #fff;
diff --git a/src/ui/custom.css b/src/ui/custom.css
index b1cc994..91bc409 100644
--- a/src/ui/custom.css
+++ b/src/ui/custom.css
@@ -1,6 +1,6 @@
#playButtons {
display: flex;
- flex-direction: row;
+ flex-direction: row-reverse;
align-items: center;
justify-content: space-between;