94 lines
1.6 KiB
SCSS
94 lines
1.6 KiB
SCSS
.detailed-status__action-bar-dropdown {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.detailed-status {
|
|
background: lighten($ui-base-color, 4%);
|
|
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;
|
|
}
|
|
}
|
|
|
|
.video-player {
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
|
|
.detailed-status__meta {
|
|
margin-top: 15px;
|
|
color: $dark-text-color;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
display: flex;
|
|
}
|
|
|
|
.detailed-status__action-bar {
|
|
background: lighten($ui-base-color, 4%);
|
|
border-top: 1px solid lighten($ui-base-color, 8%);
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.detailed-status__link {
|
|
color: $action-button-color;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.detailed-status__favorites,
|
|
.detailed-status__reblogs {
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.detailed-status__button {
|
|
padding: 10px 0;
|
|
|
|
.icon-button {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
|
|
.icon_button__text {
|
|
font-size: 14px;
|
|
padding-left: 3px;
|
|
transform: translateY(-1px);
|
|
}
|
|
}
|
|
}
|
|
|
|
.detailed-status__wrapper {
|
|
position: relative;
|
|
}
|