Skip to content

Commit

Permalink
add padding to window buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonwocky committed Sep 9, 2021
1 parent 5a722a0 commit ef21a85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion patches/enhancer/titlebar-buttons-position.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- mods/core/css/titlebar.css 2021-09-07 20:34:47.094524100 +1000
+++ mods/core/css/titlebar.css 2021-09-07 20:35:04.895701600 +1000
@@ -46,3 +46,8 @@
@@ -46,3 +46,11 @@
justify-content: flex-end;
}
}
Expand All @@ -9,6 +9,9 @@
+ top: 17px !important;
+ right: 109px !important;
+}
+body[data-has-window-buttons] .btn-close {
+ margin-right: 0.8rem;
+}
--- mods/core/client.js 2021-08-29 01:19:23.871537300 +1000
+++ mods/core/client.js 2021-09-07 20:50:27.283396400 +1000
@@ -125,6 +125,7 @@
Expand Down

0 comments on commit ef21a85

Please sign in to comment.