Skip to content

Commit

Permalink
Fix translate link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 19, 2023
1 parent 9ff190b commit 6a3083d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### 1.2.2rc4: 2023-03-18
### 1.2.2: 2023-03-19

* Fix cancel button styles
* Fix private message reply icon and alignment
* Fix report/filter modal colors
* Remove gap at the end of navigation panel
* Fix translate link styles

### 1.2.1: 2023-03-17

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ As this is CSS-only, they are not really "features" but more like aesthetic chan
- Action bar in the bottom on mobile
- Birdsite-like like animation in the heart icon
- Circling boost animation
- Support for RTL languages

## Installation for Mastodon instance admins

Expand Down
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.2.2rc4 */
1.2.2 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -784,13 +784,18 @@ a.status-card.compact .status-card__description {
/* Status update tinted to right */
.layout-single-column .status__action-bar,
.layout-single-column .attachment-list,
.layout-single-column .status__content__read-more-button,
.layout-single-column .status .status__content,
.layout-single-column .notification.notification-admin-sign-up .display-name__account {
font-size: var(--font-size);
padding-left: calc(var(--size-avatar) + var(--gap-default));
}

/* Translate link */
.layout-single-column .status__content__read-more-button {
font-size: var(--font-size-smaller);
padding-left: 0;
}

/* Rtl version */
[dir="rtl"] .layout-single-column .status__action-bar,
[dir="rtl"] .layout-single-column .attachment-list
Expand Down

0 comments on commit 6a3083d

Please sign in to comment.