Skip to content

Commit

Permalink
Fixed style overlap in single column control mode
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed May 7, 2021
1 parent 1525c41 commit a2bad52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.9.7 (WIP)
* Bugfix: Fixed style border overlap in single column mode

### 0.9.6
* Compatibility: Default setting values prioritize a smoother first-experience and compatibility with other modules
* Compatibility: Adjusted styles for left control buttons to behave more predictable with external modules that alter them
Expand Down
1 change: 1 addition & 0 deletions styles/component/controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
border: 1px solid transparent;
color: orange;
box-shadow: 1px 0 var(--shadowstrength) 0 var(--shadowcolor);
padding-right: 1px;
}

#controls .control-tool.active, #controls .control-tool {
Expand Down

0 comments on commit a2bad52

Please sign in to comment.