Skip to content

Commit

Permalink
Use user color in right side buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Apr 9, 2021
1 parent 25a6682 commit 2228f31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.5.3
* Bugfix: Border colors on right side buttons should use chosen colors (Thanks SalieriC)

### 0.5.2
* Enhancement: New Experimental feature fixes the Axis of minimized windows to bottom or top
* Bugfix: Adjusted space between left side controls and its sub menu
Expand Down
1 change: 1 addition & 0 deletions minimalui.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@

#sidebar-tabs > .item.active {
box-shadow: 0 0 var(--shadowstrength) inset var(--shadowcolor);
border: 1px solid var(--bordercolor);
}

.tabs .item.active {
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Minimal UI",
"author": "JeansenVaars#2857",
"description": "Minimal UI reduces size of Foundry interface and allows hiding or collapsing specific parts.",
"version": "0.5.2",
"version": "0.5.3",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"esmodules": [ "lib/colorsettings/colorSetting.js" ],
Expand Down

0 comments on commit 2228f31

Please sign in to comment.