Skip to content

Commit ef21a85

Browse files
committed
add padding to window buttons
1 parent 5a722a0 commit ef21a85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

patches/enhancer/titlebar-buttons-position.patch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- mods/core/css/titlebar.css 2021-09-07 20:34:47.094524100 +1000
22
+++ mods/core/css/titlebar.css 2021-09-07 20:35:04.895701600 +1000
3-
@@ -46,3 +46,8 @@
3+
@@ -46,3 +46,11 @@
44
justify-content: flex-end;
55
}
66
}
@@ -9,6 +9,9 @@
99
+ top: 17px !important;
1010
+ right: 109px !important;
1111
+}
12+
+body[data-has-window-buttons] .btn-close {
13+
+ margin-right: 0.8rem;
14+
+}
1215
--- mods/core/client.js 2021-08-29 01:19:23.871537300 +1000
1316
+++ mods/core/client.js 2021-09-07 20:50:27.283396400 +1000
1417
@@ -125,6 +125,7 @@

0 commit comments

Comments
 (0)