mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
More room for longer timestamps
This commit is contained in:
parent
f8c2b16e84
commit
152f186c0e
@ -1209,7 +1209,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 4em);
|
||||
max-width: calc(100% - 5em);
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
@ -1208,7 +1208,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 4em);
|
||||
max-width: calc(100% - 5em);
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
|
@ -1208,7 +1208,7 @@ body.app-body {
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 4em);
|
||||
max-width: calc(100% - 5em);
|
||||
}
|
||||
.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