Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 29, 2021
1 parent b0a7ef9 commit 6e0b6a2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### 1.0.2: 2021-04-29

* Open Changelog
* Dark theme: Fix header link button background color
* Light theme: Fix header link button background color
2 changes: 1 addition & 1 deletion theme-dark.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ html.dark .js-drawer .compose .js-in-reply-to {
background-color: $general-tweet-background !important;
}

.js-app .js-column .column-header .column-header-links {
background: transparent !important;
}

html.dark .js-modal .js-modal-panel .mdl-inner .mdl-content .mdl-column-rhs .js-right-column .js-column .stream-item {
margin-bottom: 0 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ html ::-webkit-scrollbar-thumb:hover,
padding-left: 4px !important;
}

// Fix header settings button background
.js-app .js-column .column-header .column-header-links {
background: transparent !important;
}

.js-app,
.application {

Expand Down

0 comments on commit 6e0b6a2

Please sign in to comment.