|
|
@ -312,53 +312,53 @@
|
|
|
|
.embed {
|
|
|
|
.embed {
|
|
|
|
.activity-stream {
|
|
|
|
.activity-stream {
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.entry {
|
|
|
|
.entry {
|
|
|
|
|
|
|
|
|
|
|
|
.detailed-status.light {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.detailed-status__display-name {
|
|
|
|
.detailed-status.light {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
margin: 0 5px 15px 0;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
|
|
|
|
.button.button-secondary.logo-button {
|
|
|
|
.detailed-status__display-name {
|
|
|
|
flex: 0 auto;
|
|
|
|
flex: 1;
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0 5px 15px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
.button.button-secondary.logo-button {
|
|
|
|
width: 20px;
|
|
|
|
flex: 0 auto;
|
|
|
|
height: auto;
|
|
|
|
font-size: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path:first-child {
|
|
|
|
svg {
|
|
|
|
fill: $ui-primary-color;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
path:last-child {
|
|
|
|
path:first-child {
|
|
|
|
fill: $simple-background-color;
|
|
|
|
fill: $ui-primary-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active,
|
|
|
|
path:last-child {
|
|
|
|
&:focus,
|
|
|
|
fill: $simple-background-color;
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
svg path:first-child {
|
|
|
|
|
|
|
|
fill: lighten($ui-primary-color, 4%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.status__content,
|
|
|
|
&:active,
|
|
|
|
.detailed-status__meta {
|
|
|
|
&:focus,
|
|
|
|
flex: 100%;
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
svg path:first-child {
|
|
|
|
|
|
|
|
fill: lighten($ui-primary-color, 4%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.status__content,
|
|
|
|
|
|
|
|
.detailed-status__meta {
|
|
|
|
|
|
|
|
flex: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|