Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
🐛 Fix for One theme minimum mode. Fixes #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Oct 11, 2016
1 parent d71f65e commit e8ebb18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.5.2
## v0.5.3

* :bug: Fix for One theme minimum mode. Fixes [#6](https://github.com/jerone/atom-new-tab/issues/6).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "new-tab",
"version": "0.5.2",
"version": "0.5.3",
"description": "New Tab is a button on the tab bar which easily creates a new file.",
"keywords": [
"tab",
Expand Down
4 changes: 2 additions & 2 deletions styles/new-tab.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

.title {
-webkit-mask: initial !important;
margin-left: 1.1em;
margin-right: 1.1em;
margin-left: 1em;
margin-right: 1em;
}
}

Expand Down

0 comments on commit e8ebb18

Please sign in to comment.