aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/AppLayout.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-17 18:55:43 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-17 20:52:55 -0500
commitd9788e0d3de086ae815fb55f9e0dafeac89ac5d8 (patch)
tree06083d0f4c302f1364d31067218ad2f1e955d22c /src/components/layout/AppLayout.js
parentdocs: add Alphrag as a contributor for doc (#174) [skip ci] (diff)
downloadferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.tar.gz
ferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.tar.zst
ferdium-app-d9788e0d3de086ae815fb55f9e0dafeac89ac5d8.zip
Increase the vertical height of the draggable area to center the 3 OS titlebar-buttons
Diffstat (limited to 'src/components/layout/AppLayout.js')
-rw-r--r--src/components/layout/AppLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 5aaac133a..5cfd66714 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -65,7 +65,7 @@ const styles = theme => ({
65 display: 'block', 65 display: 'block',
66 zIndex: 1, 66 zIndex: 1,
67 width: '100%', 67 width: '100%',
68 height: '23px', 68 height: '29px',
69 position: 'absolute', 69 position: 'absolute',
70 top: 0, 70 top: 0,
71 }, 71 },