We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a722a0 commit ef21a85Copy full SHA for ef21a85
patches/enhancer/titlebar-buttons-position.patch
@@ -1,6 +1,6 @@
1
--- mods/core/css/titlebar.css 2021-09-07 20:34:47.094524100 +1000
2
+++ mods/core/css/titlebar.css 2021-09-07 20:35:04.895701600 +1000
3
-@@ -46,3 +46,8 @@
+@@ -46,3 +46,11 @@
4
justify-content: flex-end;
5
}
6
@@ -9,6 +9,9 @@
9
+ top: 17px !important;
10
+ right: 109px !important;
11
+}
12
++body[data-has-window-buttons] .btn-close {
13
++ margin-right: 0.8rem;
14
++}
15
--- mods/core/client.js 2021-08-29 01:19:23.871537300 +1000
16
+++ mods/core/client.js 2021-09-07 20:50:27.283396400 +1000
17
@@ -125,6 +125,7 @@
0 commit comments