mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-20 00:32:50 +09:00
Fixed #105: Link to user profile "invades" post text area
This commit is contained in:
parent
d23e24b350
commit
de5bc67c46
@ -2259,6 +2259,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-height: 22px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
@ -2259,6 +2259,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-height: 22px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
@ -2259,6 +2259,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-height: 22px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
@ -2259,6 +2259,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-height: 22px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
Loading…
Reference in New Issue
Block a user