mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-19 00:02:50 +09:00
better handling of long post dates
This commit is contained in:
parent
9d669e01fc
commit
8a2b042be3
@ -1941,16 +1941,18 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__info {
|
||||
height: 22px;
|
||||
margin-left: -56px;
|
||||
width: calc(100% + 56px);
|
||||
gap: 2px;
|
||||
margin-inline-start: -56px;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
line-height: 10px;
|
||||
align-items: start;
|
||||
}
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 5em);
|
||||
height: 50px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
@ -1962,8 +1964,6 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__relative-time {
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
right: 22px;
|
||||
color: var(--color-content-fg);
|
||||
opacity: .6;
|
||||
display: flex;
|
||||
|
@ -1941,16 +1941,18 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__info {
|
||||
height: 22px;
|
||||
margin-left: -56px;
|
||||
width: calc(100% + 56px);
|
||||
gap: 2px;
|
||||
margin-inline-start: -56px;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
line-height: 10px;
|
||||
align-items: start;
|
||||
}
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 5em);
|
||||
height: 50px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
@ -1962,8 +1964,6 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__relative-time {
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
right: 22px;
|
||||
color: var(--color-content-fg);
|
||||
opacity: .6;
|
||||
display: flex;
|
||||
|
@ -1941,16 +1941,18 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__info {
|
||||
height: 22px;
|
||||
margin-left: -56px;
|
||||
width: calc(100% + 56px);
|
||||
gap: 2px;
|
||||
margin-inline-start: -56px;
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
line-height: 10px;
|
||||
align-items: start;
|
||||
}
|
||||
.app-body .status__info .status__display-name {
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
align-items: start;
|
||||
max-width: calc(100% - 5em);
|
||||
height: 50px;
|
||||
}
|
||||
.app-body .status__info .status__display-name .display-name bdi,
|
||||
.app-body .status__info .status__display-name .display-name__account {
|
||||
@ -1962,8 +1964,6 @@ body.app-body {
|
||||
}
|
||||
.app-body .status__relative-time {
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
right: 22px;
|
||||
color: var(--color-content-fg);
|
||||
opacity: .6;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user