2016-02-27 06:48:20 +11:00
|
|
|
.activity-stream {
|
2017-05-08 23:57:49 +10:00
|
|
|
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
2018-07-29 03:25:33 +10:00
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
2019-06-08 18:23:41 +10:00
|
|
|
&--under-tabs {
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
}
|
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--headless {
|
|
|
|
border-radius: 0;
|
|
|
|
margin: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
.detailed-status,
|
|
|
|
.status {
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
2016-02-27 06:48:20 +11:00
|
|
|
|
2018-07-18 02:54:07 +10:00
|
|
|
div[data-component] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-02-27 06:48:20 +11:00
|
|
|
.entry {
|
2018-07-29 03:25:33 +10:00
|
|
|
background: $ui-base-color;
|
2016-12-21 10:13:13 +11:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status,
|
|
|
|
.status,
|
|
|
|
.load-more {
|
2017-08-17 01:12:58 +10:00
|
|
|
animation: none;
|
2016-12-19 05:47:11 +11:00
|
|
|
}
|
2016-02-27 06:48:20 +11:00
|
|
|
|
2016-12-19 05:47:11 +11:00
|
|
|
&:last-child {
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status,
|
2018-08-18 20:48:27 +10:00
|
|
|
.status,
|
|
|
|
.load-more {
|
2016-12-19 05:47:11 +11:00
|
|
|
border-bottom: 0;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
}
|
2016-02-27 06:48:20 +11:00
|
|
|
}
|
|
|
|
|
2016-12-19 05:47:11 +11:00
|
|
|
&:first-child {
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status,
|
2018-08-18 20:48:27 +10:00
|
|
|
.status,
|
|
|
|
.load-more {
|
2016-12-19 05:47:11 +11:00
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
}
|
2016-03-13 02:09:46 +11:00
|
|
|
|
2016-12-19 05:47:11 +11:00
|
|
|
&:last-child {
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status,
|
2018-08-18 20:48:27 +10:00
|
|
|
.status,
|
|
|
|
.load-more {
|
2016-12-19 05:47:11 +11:00
|
|
|
border-radius: 4px;
|
2016-03-13 02:09:46 +11:00
|
|
|
}
|
|
|
|
}
|
2016-02-29 00:02:53 +11:00
|
|
|
}
|
2017-08-17 01:12:58 +10:00
|
|
|
|
2023-05-01 19:23:57 +10:00
|
|
|
@media screen and (width <= 740px) {
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status,
|
2018-08-18 20:48:27 +10:00
|
|
|
.status,
|
|
|
|
.load-more {
|
2017-08-17 01:12:58 +10:00
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
2016-12-19 05:47:11 +11:00
|
|
|
}
|
2018-08-18 11:03:12 +10:00
|
|
|
|
|
|
|
&--highlighted .entry {
|
|
|
|
background: lighten($ui-base-color, 8%);
|
|
|
|
}
|
2018-07-29 03:25:33 +10:00
|
|
|
}
|
2016-02-29 00:02:53 +11:00
|
|
|
|
2023-07-13 20:58:56 +10:00
|
|
|
.button.logo-button svg {
|
|
|
|
width: 20px;
|
|
|
|
height: auto;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-inline-end: 5px;
|
|
|
|
fill: $primary-text-color;
|
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-20 23:35:29 +11:00
|
|
|
.embed {
|
2023-02-13 14:57:03 +11:00
|
|
|
.status__content[data-spoiler='folded'] {
|
2020-04-28 18:16:55 +10:00
|
|
|
.e-content {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p:first-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
.detailed-status {
|
|
|
|
padding: 15px;
|
2020-06-26 06:41:12 +10:00
|
|
|
|
|
|
|
.detailed-status__display-avatar .account__avatar {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
2018-07-08 06:20:14 +10:00
|
|
|
}
|
2016-12-19 01:20:39 +11:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
.status {
|
|
|
|
padding: 15px 15px 15px (48px + 15px * 2);
|
|
|
|
min-height: 48px + 2px;
|
2016-12-19 01:20:39 +11:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
&__avatar {
|
2023-03-27 19:56:25 +11:00
|
|
|
inset-inline-start: 15px;
|
2018-07-29 03:25:33 +10:00
|
|
|
top: 17px;
|
2020-05-14 05:20:34 +10:00
|
|
|
|
|
|
|
.account__avatar {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
2018-07-08 06:20:14 +10:00
|
|
|
}
|
2016-12-19 01:20:39 +11:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
&__content {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
2017-09-05 20:31:24 +10:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
&__prepend {
|
2023-03-27 19:56:25 +11:00
|
|
|
margin-inline-start: 48px + 15px * 2;
|
2018-07-29 03:25:33 +10:00
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2018-07-08 06:20:14 +10:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
&__prepend-icon-wrapper {
|
2023-03-27 19:56:25 +11:00
|
|
|
inset-inline-start: -32px;
|
2017-08-30 18:23:43 +10:00
|
|
|
}
|
2018-07-08 06:20:14 +10:00
|
|
|
|
2018-07-29 03:25:33 +10:00
|
|
|
.media-gallery,
|
|
|
|
&__action-bar,
|
|
|
|
.video-player {
|
|
|
|
margin-top: 10px;
|
2018-07-08 06:20:14 +10:00
|
|
|
}
|
2020-04-28 18:16:55 +10:00
|
|
|
|
|
|
|
&__action-bar-button {
|
|
|
|
font-size: 18px;
|
|
|
|
width: 23.1429px;
|
|
|
|
height: 23.1429px;
|
|
|
|
line-height: 23.15px;
|
|
|
|
}
|
2017-08-30 18:23:43 +10:00
|
|
|
}
|
|
|
|
}
|