minor patch
- Added hotkey for manual inpaint: Shift + R (Updated the hotkey list to display this) - Moved Settings icon in the header to the end which is consistent with how most programs do it. - Fixed some missing useEffect dependencies. - Made the formatting of the Shorcut description text consistent. - Removed the borders around the bottom toolkit buttons. The 1px border was choppy and the entire region was looking boxed and cluttered. Now I feel it looks cleaner and is consistent with the button in the header.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
// Editor
|
||||
--editor-toolkit-bg: rgba(255, 255, 255, 0.5);
|
||||
--editor-options-bg: rgb(230, 230, 234);
|
||||
--options-text-color: var(--page-text-color);
|
||||
--editor-size-border-color: var(--border-color);
|
||||
--editor-toolkit-panel-border: 0;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
// Editor
|
||||
--editor-toolkit-bg: rgba(0, 0, 0, 0.5);
|
||||
--editor-options-bg: rgb(33, 33, 33);
|
||||
--options-text-color: var(--page-text-color);
|
||||
--editor-size-border-color: var(--yellow-accent);
|
||||
--editor-toolkit-panel-border: 1px solid rgb(100, 100, 120, 0.4);
|
||||
|
||||
Reference in New Issue
Block a user