Fix alignment for textual label links
This commit is contained in:
parent
891d6a5eee
commit
2b6e09ab2d
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user