Change restore button position, fixes #1

This commit is contained in:
Korbs 2024-08-29 21:53:42 -04:00
parent 386219fe6d
commit 6d0966101e

View file

@ -1,5 +1,5 @@
/* Move Maximize Button to Right-Side */ /* Move Maximize Button to Right-Side */
.titlebar-button.titlebar-max { .titlebar-button.titlebar-max, .titlebar-button.titlebar-restore {
position: fixed; position: fixed;
right: 11px; right: 11px;
top: 12px; top: 12px;