Skip to content

Commit

Permalink
Fix read more button position
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jul 3, 2023
1 parent ff7812b commit 542962a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add visible border around media
* Increase border-radius for media
* Fix read more button position

### 1.5.8rc3-nightly: 2023-07-03

Expand Down
1 change: 1 addition & 0 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ body.embed .detailed-status,
}

/* Status update tinted to right */
.layout-single-column .status__content--collapsed + .status__content__read-more-button,
.layout-single-column .status:not(.status--in-thread) .status__action-bar,
.layout-single-column .status:not(.status--in-thread) .attachment-list,
.layout-single-column .status:not(.status--in-thread) .status__content {
Expand Down
1 change: 1 addition & 0 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ body.embed .detailed-status,
}

/* Status update tinted to right */
.layout-single-column .status__content--collapsed + .status__content__read-more-button,
.layout-single-column .status:not(.status--in-thread) .status__action-bar,
.layout-single-column .status:not(.status--in-thread) .attachment-list,
.layout-single-column .status:not(.status--in-thread) .status__content {
Expand Down

0 comments on commit 542962a

Please sign in to comment.