diff --git a/index.html b/index.html
index 85357b1..f07236e 100644
--- a/index.html
+++ b/index.html
@@ -12,9 +12,7 @@
diff --git a/package.json b/package.json
index 1edae13..dd695f5 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,10 @@
"type": "desktop",
"gui": {
"backgroundColor": "#1F2430",
- "height": 540,
- "width": 720
+ "height": 547,
+ "minWidth": 955,
+ "minHeight": 547,
+ "width": 955
}
},
"license": "Apache-2.0",
diff --git a/style.css b/style.css
index 2752c6f..57a4242 100644
--- a/style.css
+++ b/style.css
@@ -12,6 +12,26 @@ body {
transition: background-color 0.3s ease, color 0.3s ease;
}
+.pear-ctrl {
+ margin-top: 9px;
+ margin-right: 15px; /* Ensure this is as desired */
+ position: fixed; /* Ensures it stays relative to the viewport */
+ right: 13px; /* Ensures it stays 13px from the right edge */
+ top: 0; /* Keeps it at the top of the viewport */
+}
+
+.pear-ctrl:after {
+ content: '';
+ display: block;
+ height: 1.8rem;
+ position: fixed;
+ z-index: -1;
+ left: 0;
+ top: 0;
+ width: 100%;
+ background-color: #B0D94413;
+ filter: drop-shadow(2px 10px 6px #888);
+}
main {
display: flex;
flex: 1;