Skip to content

Commit

Permalink
released v.0.10.2 - added fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
n457 committed Nov 3, 2016
1 parent 659d9ec commit 0495cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<!-- (for in-app update check) -->
<!-- currentversion: 0.10.1 -->

##### 0.10.2 : Major issue fix
##### 0.10.2 : Major issue fixes
- Fixed **undraggable window title bar region** (Major issue) ([topic #17](https://github.com/n457/Uncolored/issues/17))
- Fixed **minor information bar unlimited height** (Major issue) ([topic #18](https://github.com/n457/Uncolored/issues/18))
- Updated window title bar with a **responsive behavior in case of small window**

##### 0.10.1 : New Features + minor issue fixes
Expand Down
2 changes: 2 additions & 0 deletions app-dev/css/context-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
left: 0;
bottom: 0;
max-width: calc(100% - 12px);
max-height: 30%;
font-size: 12px;
line-height: 15px;
word-wrap: break-word;
padding: 4px 6px;
opacity: 0;
overflow-y: hidden;
pointer-events: none;
z-index: 2;
transition: opacity 0.2s; }
Expand Down

0 comments on commit 0495cd3

Please sign in to comment.