2020-05-21 18:33:55 -07:00
|
|
|
.detailed-status__action-bar-dropdown {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status {
|
|
|
|
padding: 14px 10px;
|
|
|
|
|
|
|
|
&--flex {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.status__content,
|
|
|
|
.detailed-status__meta {
|
|
|
|
flex: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__content {
|
|
|
|
font-size: 19px;
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
.emojione {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin: -1px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__content__spoiler-link {
|
|
|
|
line-height: 24px;
|
|
|
|
margin: -1px 0 0;
|
|
|
|
}
|
2021-07-09 11:51:41 -07:00
|
|
|
|
|
|
|
&--big {
|
|
|
|
img.emojione {
|
|
|
|
width: 56px;
|
|
|
|
height: 56px;
|
|
|
|
}
|
|
|
|
}
|
2020-05-21 18:33:55 -07:00
|
|
|
}
|
|
|
|
|
2020-06-24 19:53:25 -07:00
|
|
|
.video-player,
|
|
|
|
.audio-player {
|
2020-05-21 18:33:55 -07:00
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__meta {
|
|
|
|
margin-top: 15px;
|
2020-06-06 20:55:00 -07:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-05-21 18:33:55 -07:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: flex;
|
2021-10-14 12:14:13 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__timestamp {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.svg-icon {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2020-07-06 14:35:27 -07:00
|
|
|
|
2021-10-14 12:14:13 -07:00
|
|
|
svg {
|
|
|
|
stroke-width: 1.3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-icon,
|
|
|
|
.status__favicon {
|
|
|
|
margin-right: 5px;
|
2020-07-06 14:35:27 -07:00
|
|
|
}
|
2020-05-21 18:33:55 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__action-bar {
|
2020-06-06 20:55:00 -07:00
|
|
|
border-top: 1px solid var(--brand-color--faint);
|
|
|
|
border-bottom: 1px solid var(--brand-color--faint);
|
2020-05-21 18:33:55 -07:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__link {
|
2020-06-06 20:55:00 -07:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-05-21 18:33:55 -07:00
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__button {
|
2020-05-23 10:18:13 -07:00
|
|
|
padding: 10px 0;
|
2021-06-27 15:04:23 -07:00
|
|
|
}
|
2020-05-23 10:18:13 -07:00
|
|
|
|
2021-06-27 15:04:23 -07:00
|
|
|
.status__button,
|
|
|
|
.detailed-status__button {
|
2020-05-21 18:33:55 -07:00
|
|
|
.icon-button {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
|
2021-10-05 10:59:37 -07:00
|
|
|
&__text {
|
2020-05-21 18:33:55 -07:00
|
|
|
font-size: 14px;
|
2021-09-21 11:31:40 -07:00
|
|
|
padding-left: 5px;
|
2020-05-21 18:33:55 -07:00
|
|
|
}
|
|
|
|
}
|
2021-07-18 03:53:17 -07:00
|
|
|
|
|
|
|
.emoji-picker-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus-within {
|
|
|
|
.emoji-picker-expand {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 0;
|
2021-09-23 16:45:55 -07:00
|
|
|
height: 0;
|
2021-07-18 03:53:17 -07:00
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&:focus-within {
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-21 18:33:55 -07:00
|
|
|
}
|
2020-05-23 10:18:13 -07:00
|
|
|
|
|
|
|
.detailed-status__wrapper {
|
|
|
|
position: relative;
|
2021-09-12 17:33:00 -07:00
|
|
|
overflow: hidden;
|
2020-05-23 10:18:13 -07:00
|
|
|
}
|
2020-06-02 19:11:01 -07:00
|
|
|
|
|
|
|
.detailed-status__application,
|
|
|
|
.detailed-status__datetime {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__display-name {
|
2020-06-06 20:55:00 -07:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-06-02 19:11:01 -07:00
|
|
|
display: flex;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
strong,
|
|
|
|
span {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-size: 16px;
|
|
|
|
color: var(--primary-text-color);
|
|
|
|
}
|
|
|
|
|
2020-09-28 08:25:12 -07:00
|
|
|
span.hover-ref-wrapper {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2020-06-02 19:11:01 -07:00
|
|
|
.display-name__account {
|
|
|
|
display: block;
|
2021-07-14 14:13:53 -07:00
|
|
|
margin-top: -5px;
|
2020-06-02 19:11:01 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.detailed-status__display-avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2020-09-02 18:49:40 -07:00
|
|
|
|
2021-10-06 15:50:43 -07:00
|
|
|
.thread {
|
2021-10-09 09:42:31 -07:00
|
|
|
@include standard-panel;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
|
|
@media screen and (max-width: 580px) {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2021-10-06 15:50:43 -07:00
|
|
|
&__status {
|
|
|
|
position: relative;
|
2021-10-08 09:53:15 -07:00
|
|
|
|
|
|
|
// Only display line if posts are below
|
|
|
|
&:last-child .detailed-status__action-bar {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2021-10-06 15:50:43 -07:00
|
|
|
}
|
|
|
|
|
2021-10-09 09:42:31 -07:00
|
|
|
&__descendants .thread__status:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__status--focused:first-child,
|
|
|
|
&__ancestors &__status:first-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__descendants &__status:last-child {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2021-10-06 15:50:43 -07:00
|
|
|
&__connector {
|
|
|
|
background: hsla(var(--primary-text-color_hsl), 0.2);
|
|
|
|
position: absolute;
|
|
|
|
width: 2px;
|
|
|
|
left: 33px;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&--bottom {
|
|
|
|
height: calc(100% - 8px - 48px - 14px);
|
|
|
|
top: calc(8px + 48px + 13px);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 630px) {
|
|
|
|
left: 38px;
|
|
|
|
|
|
|
|
&--bottom {
|
|
|
|
height: calc(100% - 15px - 48px);
|
|
|
|
top: calc(15px + 48px + 9px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|