Skip to content

Commit

Permalink
Fix column back button border
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 4, 2023
1 parent 1680e9c commit 4b4aa07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fix collapsible border in tab header
* Make it easier to edit the gap of column-links by splitting the variables in two #86 (thanks @trankten!)
* Add dark banner styles for account-memorial-banner (thanks @DismalShadowX!), follow-request-banner and moved-account-banners, Closes #94
* Fix column back button border

### 1.7.8: 2023-09-24

Expand Down
1 change: 0 additions & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ body.embed .detailed-status,
.layout-multiple-columns .error-column,
.layout-multiple-columns .getting-started,
.layout-multiple-columns .regeneration-indicator,
.layout-multiple-columns .column-back-button,
.layout-multiple-columns .column-header {
border: 0;
}
Expand Down
1 change: 0 additions & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ body.embed .detailed-status__display-avatar > img,
.layout-single-column .error-column,
.layout-single-column .getting-started,
.layout-single-column .regeneration-indicator,
.layout-single-column .column-back-button,
.layout-single-column .column-header {
border: 0;
}
Expand Down

0 comments on commit 4b4aa07

Please sign in to comment.