Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benji300 committed Nov 28, 2020
1 parent 8921b36 commit 3bfb34c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None

## [0.3.0] - 2020-11-28

### Changed

- Improve look of column splitters
- Improve look of new dynamic panels
- Change style of note list entries
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _joplin-wanaka-ui_ is a theme to adapt the UI of [Joplin's](https://joplinapp.or
> **NOTE** - This theme works with all built-in color themes
> :warning: **CAUTION** - This theme requires at least version **v1.4.10**
> :warning: **CAUTION** - Requires Joplin **v1.4.12** or newer
## Table of contents

Expand Down
4 changes: 2 additions & 2 deletions joplin-wanaka-ui.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/*.code-workspace": true
".*": true,
"*workspace": true
}
},
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion theme/userchrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ div[height="50"] > div:nth-child(2) button span {
/* note title bar */
.rli-editor > div > div > div > div:first-of-type {
border-color: var(--overlay-dark1) !important;
height: 45px !important;
min-height: 45px !important;
padding: 0 !important;
}
.rli-editor > div > div > div > div:first-of-type > input {
Expand Down

0 comments on commit 3bfb34c

Please sign in to comment.