Fix alignment for textual label links

This commit is contained in:
Roni Laukkarinen 2023-12-06 16:16:21 +02:00
parent 891d6a5eee
commit 2b6e09ab2d
3 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* Truncate too long links in the profile, like Nostr
* Remove font-size definitions from icon fonts that are no longer in use
* Add proportions for the new copy icon
* Fix alignment for textual label links
### 1.8.0: 2023-10-29

View File

@ -1562,6 +1562,11 @@ body.embed .detailed-status__favorites {
font-weight: var(--font-weight-bold);
}
/* Fix alignment */
.layout-multiple-columns .detailed-status__link {
top: 1px;
}
/* Textual labels for detailed metrics */
body.embed .detailed-status__link > .icon-reply + span::after,
.layout-multiple-columns .detailed-status__link > .icon-reply + span::after {

View File

@ -1590,6 +1590,11 @@ body.embed > .activity-stream {
overflow: hidden;
}
/* Fix alignment */
.layout-single-column .detailed-status__link {
top: 1px;
}
/* Textual labels for detailed metrics */
body.embed .detailed-status__link > .fa-reply + span::after,
.layout-single-column .detailed-status__link > .icon-reply + span::after {