You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1166 lines
19 KiB

4 years ago
  1. @keyframes spring-flip-in {
  2. 0% {
  3. transform: rotate(0deg);
  4. }
  5. 30% {
  6. transform: rotate(-242.4deg);
  7. }
  8. 60% {
  9. transform: rotate(-158.35deg);
  10. }
  11. 90% {
  12. transform: rotate(-187.5deg);
  13. }
  14. 100% {
  15. transform: rotate(-180deg);
  16. }
  17. }
  18. @keyframes spring-flip-out {
  19. 0% {
  20. transform: rotate(-180deg);
  21. }
  22. 30% {
  23. transform: rotate(62.4deg);
  24. }
  25. 60% {
  26. transform: rotate(-21.635deg);
  27. }
  28. 90% {
  29. transform: rotate(7.5deg);
  30. }
  31. 100% {
  32. transform: rotate(0deg);
  33. }
  34. }
  35. .status__content--with-action {
  36. cursor: pointer;
  37. }
  38. .status__content {
  39. position: relative;
  40. margin: 10px 0;
  41. font-size: 15px;
  42. line-height: 20px;
  43. word-wrap: break-word;
  44. font-weight: 400;
  45. overflow: visible;
  46. padding-top: 5px;
  47. clear: both;
  48. &:focus {
  49. outline: 0;
  50. }
  51. .emojione {
  52. width: 20px;
  53. height: 20px;
  54. margin: -3px 0 0;
  55. }
  56. p,
  57. pre {
  58. margin-bottom: 20px;
  59. white-space: pre-wrap;
  60. unicode-bidi: plaintext;
  61. &:last-child {
  62. margin-bottom: 0;
  63. }
  64. }
  65. a {
  66. color: $secondary-text-color;
  67. text-decoration: none;
  68. unicode-bidi: isolate;
  69. &:hover {
  70. text-decoration: underline;
  71. .fa {
  72. color: lighten($dark-text-color, 7%);
  73. }
  74. }
  75. &.mention {
  76. &:hover {
  77. text-decoration: none;
  78. span {
  79. text-decoration: underline;
  80. }
  81. }
  82. }
  83. .fa {
  84. color: $dark-text-color;
  85. }
  86. }
  87. .status__content__spoiler {
  88. display: none;
  89. &.status__content__spoiler--visible {
  90. display: block;
  91. }
  92. }
  93. a.unhandled-link {
  94. color: $highlight-text-color;
  95. .link-origin-tag {
  96. color: $gold-star;
  97. font-size: 0.8em;
  98. }
  99. }
  100. .status__content__spoiler-link {
  101. background: lighten($ui-base-color, 30%);
  102. &:hover,
  103. &:focus {
  104. background: lighten($ui-base-color, 33%);
  105. text-decoration: none;
  106. }
  107. }
  108. }
  109. .translate-button {
  110. margin-top: 16px;
  111. font-size: 15px;
  112. line-height: 20px;
  113. display: flex;
  114. justify-content: space-between;
  115. color: $dark-text-color;
  116. }
  117. .status__content__spoiler-link {
  118. display: inline-block;
  119. border-radius: 2px;
  120. background: lighten($ui-base-color, 30%);
  121. border: 0;
  122. color: $inverted-text-color;
  123. font-weight: 700;
  124. font-size: 11px;
  125. padding: 0 5px;
  126. text-transform: uppercase;
  127. line-height: inherit;
  128. cursor: pointer;
  129. vertical-align: top;
  130. &:hover {
  131. background: lighten($ui-base-color, 33%);
  132. text-decoration: none;
  133. }
  134. .status__content__spoiler-icon {
  135. display: inline-block;
  136. margin: 0 0 0 5px;
  137. border-left: 1px solid currentColor;
  138. padding: 0 0 0 4px;
  139. font-size: 16px;
  140. vertical-align: -2px;
  141. }
  142. }
  143. .notif-cleaning {
  144. .status,
  145. .notification-follow,
  146. .notification-follow-request {
  147. padding-right: ($dismiss-overlay-width + 0.5rem);
  148. }
  149. }
  150. .status__wrapper--filtered {
  151. color: $dark-text-color;
  152. border: 0;
  153. font-size: inherit;
  154. text-align: center;
  155. line-height: inherit;
  156. margin: 0;
  157. padding: 15px;
  158. box-sizing: border-box;
  159. width: 100%;
  160. clear: both;
  161. border-bottom: 1px solid lighten($ui-base-color, 8%);
  162. }
  163. .status__prepend-icon-wrapper {
  164. left: -26px;
  165. position: absolute;
  166. }
  167. .notification-follow,
  168. .notification-follow-request {
  169. position: relative;
  170. // same like Status
  171. border-bottom: 1px solid lighten($ui-base-color, 8%);
  172. .account {
  173. border-bottom: 0 none;
  174. }
  175. }
  176. .focusable {
  177. &:focus {
  178. outline: 0;
  179. background: lighten($ui-base-color, 4%);
  180. &.status.status-direct {
  181. background: lighten($ui-base-color, 12%);
  182. &.muted {
  183. background: transparent;
  184. }
  185. }
  186. .detailed-status,
  187. .detailed-status__action-bar {
  188. background: lighten($ui-base-color, 8%);
  189. }
  190. }
  191. }
  192. .status {
  193. padding: 10px 14px;
  194. position: relative;
  195. height: auto;
  196. border-bottom: 1px solid lighten($ui-base-color, 8%);
  197. cursor: auto;
  198. @supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
  199. // Add margin to avoid Edge auto-hiding scrollbar appearing over content.
  200. // On Edge 16 this is 16px and Edge <=15 it's 12px, so aim for 16px.
  201. padding-right: 28px; // 12px + 16px
  202. }
  203. @keyframes fade {
  204. 0% {
  205. opacity: 0;
  206. }
  207. 100% {
  208. opacity: 1;
  209. }
  210. }
  211. opacity: 1;
  212. animation: fade 150ms linear;
  213. .video-player,
  214. .audio-player {
  215. margin-top: 8px;
  216. }
  217. &.status-direct {
  218. background: lighten($ui-base-color, 8%);
  219. border-bottom-color: lighten($ui-base-color, 12%);
  220. }
  221. &.light {
  222. .status__relative-time {
  223. color: $lighter-text-color;
  224. }
  225. .status__display-name {
  226. color: $inverted-text-color;
  227. }
  228. .display-name {
  229. color: $light-text-color;
  230. strong {
  231. color: $inverted-text-color;
  232. }
  233. }
  234. .status__content {
  235. color: $inverted-text-color;
  236. a {
  237. color: $highlight-text-color;
  238. }
  239. a.status__content__spoiler-link {
  240. color: $primary-text-color;
  241. background: $ui-primary-color;
  242. &:hover {
  243. background: lighten($ui-primary-color, 8%);
  244. }
  245. }
  246. }
  247. }
  248. &.collapsed {
  249. background-position: center;
  250. background-size: cover;
  251. user-select: none;
  252. &.has-background::before {
  253. display: block;
  254. position: absolute;
  255. left: 0;
  256. right: 0;
  257. top: 0;
  258. bottom: 0;
  259. background-image: linear-gradient(
  260. to bottom,
  261. rgba($base-shadow-color, 0.75),
  262. rgba($base-shadow-color, 0.65) 24px,
  263. rgba($base-shadow-color, 0.8)
  264. );
  265. pointer-events: none;
  266. content: '';
  267. }
  268. .display-name:hover .display-name__html {
  269. text-decoration: none;
  270. }
  271. .status__content {
  272. height: 20px;
  273. overflow: hidden;
  274. text-overflow: ellipsis;
  275. padding-top: 0;
  276. &::after {
  277. content: '';
  278. position: absolute;
  279. top: 0;
  280. bottom: 0;
  281. left: 0;
  282. right: 0;
  283. background: linear-gradient(
  284. rgba($ui-base-color, 0),
  285. rgba($ui-base-color, 1)
  286. );
  287. pointer-events: none;
  288. }
  289. a:hover {
  290. text-decoration: none;
  291. }
  292. }
  293. &:focus > .status__content::after {
  294. background: linear-gradient(
  295. rgba(lighten($ui-base-color, 4%), 0),
  296. rgba(lighten($ui-base-color, 4%), 1)
  297. );
  298. }
  299. &.status-direct > .status__content::after {
  300. background: linear-gradient(
  301. rgba(lighten($ui-base-color, 8%), 0),
  302. rgba(lighten($ui-base-color, 8%), 1)
  303. );
  304. }
  305. .notification__message {
  306. margin-bottom: 0;
  307. }
  308. .status__info .notification__message > span {
  309. white-space: nowrap;
  310. }
  311. }
  312. .notification__message {
  313. margin: -10px 0 10px;
  314. }
  315. }
  316. .notification-favourite {
  317. .status.status-direct {
  318. background: transparent;
  319. .icon-button.disabled {
  320. color: lighten($action-button-color, 13%);
  321. }
  322. }
  323. }
  324. .status__relative-time {
  325. display: inline-block;
  326. color: $dark-text-color;
  327. font-size: 14px;
  328. text-align: right;
  329. white-space: nowrap;
  330. overflow: hidden;
  331. text-overflow: ellipsis;
  332. }
  333. .status__display-name {
  334. color: $dark-text-color;
  335. overflow: hidden;
  336. }
  337. .status__info__account .status__display-name {
  338. display: block;
  339. max-width: 100%;
  340. }
  341. .status__info {
  342. display: flex;
  343. justify-content: space-between;
  344. font-size: 15px;
  345. > span {
  346. text-overflow: ellipsis;
  347. overflow: hidden;
  348. }
  349. .notification__message > span {
  350. word-wrap: break-word;
  351. }
  352. }
  353. .status__info__icons {
  354. display: flex;
  355. align-items: center;
  356. height: 1em;
  357. color: $action-button-color;
  358. .status__media-icon,
  359. .status__visibility-icon,
  360. .status__reply-icon,
  361. .text-icon {
  362. padding-left: 2px;
  363. padding-right: 2px;
  364. }
  365. .status__collapse-button.active > .fa-angle-double-up {
  366. transform: rotate(-180deg);
  367. }
  368. }
  369. .no-reduce-motion .status__collapse-button {
  370. &.activate {
  371. & > .fa-angle-double-up {
  372. animation: spring-flip-in 1s linear;
  373. }
  374. }
  375. &.deactivate {
  376. & > .fa-angle-double-up {
  377. animation: spring-flip-out 1s linear;
  378. }
  379. }
  380. }
  381. .status__info__account {
  382. display: flex;
  383. align-items: center;
  384. justify-content: flex-start;
  385. }
  386. .status-check-box__status {
  387. display: block;
  388. box-sizing: border-box;
  389. width: 100%;
  390. padding: 0 10px;
  391. .detailed-status__display-name {
  392. color: lighten($inverted-text-color, 16%);
  393. span {
  394. display: inline;
  395. }
  396. &:hover strong {
  397. text-decoration: none;
  398. }
  399. }
  400. .media-gallery,
  401. .audio-player,
  402. .video-player {
  403. margin-top: 15px;
  404. max-width: 250px;
  405. }
  406. .status__content {
  407. padding: 0;
  408. white-space: normal;
  409. }
  410. .media-gallery__item-thumbnail {
  411. cursor: default;
  412. }
  413. }
  414. .status__prepend {
  415. margin-top: -2px;
  416. margin-bottom: 8px;
  417. margin-left: 58px;
  418. color: $dark-text-color;
  419. font-size: 14px;
  420. position: relative;
  421. .status__display-name strong {
  422. color: $dark-text-color;
  423. }
  424. > span {
  425. display: block;
  426. overflow: hidden;
  427. text-overflow: ellipsis;
  428. }
  429. }
  430. .status__action-bar {
  431. align-items: center;
  432. display: flex;
  433. margin-top: 8px;
  434. justify-content: space-between;
  435. &__buttons {
  436. display: flex;
  437. justify-content: space-between;
  438. max-width: 250px;
  439. flex-grow: 1;
  440. }
  441. }
  442. .status__action-bar-dropdown {
  443. height: 23.15px;
  444. width: 23.15px;
  445. }
  446. .status__action-bar-spacer {
  447. flex-grow: 1;
  448. }
  449. .detailed-status__action-bar-dropdown {
  450. flex: 1 1 auto;
  451. display: flex;
  452. align-items: center;
  453. justify-content: center;
  454. position: relative;
  455. }
  456. .detailed-status {
  457. background: lighten($ui-base-color, 4%);
  458. padding: 14px 10px;
  459. &--flex {
  460. display: flex;
  461. flex-wrap: wrap;
  462. justify-content: space-between;
  463. align-items: flex-start;
  464. .status__content,
  465. .detailed-status__meta {
  466. flex: 100%;
  467. }
  468. }
  469. .status__content {
  470. font-size: 19px;
  471. line-height: 24px;
  472. .emojione {
  473. width: 24px;
  474. height: 24px;
  475. margin: -1px 0 0;
  476. }
  477. }
  478. .video-player,
  479. .audio-player {
  480. margin-top: 8px;
  481. }
  482. }
  483. .detailed-status__meta {
  484. margin-top: 15px;
  485. color: $dark-text-color;
  486. font-size: 14px;
  487. line-height: 18px;
  488. }
  489. .detailed-status__action-bar {
  490. background: lighten($ui-base-color, 4%);
  491. border-top: 1px solid lighten($ui-base-color, 8%);
  492. border-bottom: 1px solid lighten($ui-base-color, 8%);
  493. display: flex;
  494. flex-direction: row;
  495. padding: 10px 0;
  496. }
  497. .detailed-status__link {
  498. color: inherit;
  499. text-decoration: none;
  500. }
  501. .detailed-status__favorites,
  502. .detailed-status__reblogs {
  503. display: inline-block;
  504. font-weight: 500;
  505. font-size: 12px;
  506. line-height: 17px;
  507. margin-left: 6px;
  508. }
  509. .status__display-name,
  510. .status__relative-time,
  511. .detailed-status__display-name,
  512. .detailed-status__datetime,
  513. .detailed-status__application,
  514. .account__display-name {
  515. text-decoration: none;
  516. }
  517. .status__display-name,
  518. .account__display-name {
  519. strong {
  520. color: $primary-text-color;
  521. }
  522. }
  523. .muted {
  524. .emojione {
  525. opacity: 0.5;
  526. }
  527. }
  528. a.status__display-name,
  529. .reply-indicator__display-name,
  530. .detailed-status__display-name,
  531. .account__display-name {
  532. &:hover strong {
  533. text-decoration: underline;
  534. }
  535. }
  536. .account__display-name strong {
  537. display: block;
  538. overflow: hidden;
  539. text-overflow: ellipsis;
  540. }
  541. .detailed-status__application,
  542. .detailed-status__datetime {
  543. color: inherit;
  544. }
  545. .detailed-status .button.logo-button {
  546. margin-bottom: 15px;
  547. }
  548. .detailed-status__display-name {
  549. color: $secondary-text-color;
  550. display: block;
  551. line-height: 24px;
  552. margin-bottom: 15px;
  553. overflow: hidden;
  554. strong,
  555. span {
  556. display: block;
  557. text-overflow: ellipsis;
  558. overflow: hidden;
  559. }
  560. strong {
  561. font-size: 16px;
  562. color: $primary-text-color;
  563. }
  564. }
  565. .detailed-status__display-avatar {
  566. float: left;
  567. margin-right: 10px;
  568. }
  569. .status__avatar {
  570. flex: none;
  571. margin: 0 10px 0 0;
  572. height: 48px;
  573. width: 48px;
  574. }
  575. .muted {
  576. .status__content,
  577. .status__content p,
  578. .status__content a,
  579. .status__content__text {
  580. color: $dark-text-color;
  581. }
  582. .status__display-name strong {
  583. color: $dark-text-color;
  584. }
  585. .status__avatar {
  586. opacity: 0.5;
  587. }
  588. a.status__content__spoiler-link {
  589. background: $ui-base-lighter-color;
  590. color: $inverted-text-color;
  591. &:hover,
  592. &:focus {
  593. background: lighten($ui-base-color, 29%);
  594. text-decoration: none;
  595. }
  596. }
  597. }
  598. .status__relative-time,
  599. .detailed-status__datetime {
  600. &:hover {
  601. text-decoration: underline;
  602. }
  603. }
  604. .status-card {
  605. position: relative;
  606. display: flex;
  607. font-size: 14px;
  608. border: 1px solid lighten($ui-base-color, 8%);
  609. border-radius: 4px;
  610. color: $dark-text-color;
  611. margin-top: 14px;
  612. text-decoration: none;
  613. overflow: hidden;
  614. &__actions {
  615. bottom: 0;
  616. left: 0;
  617. position: absolute;
  618. right: 0;
  619. top: 0;
  620. display: flex;
  621. justify-content: center;
  622. align-items: center;
  623. & > div {
  624. background: rgba($base-shadow-color, 0.6);
  625. border-radius: 8px;
  626. padding: 12px 9px;
  627. flex: 0 0 auto;
  628. display: flex;
  629. justify-content: center;
  630. align-items: center;
  631. }
  632. button,
  633. a {
  634. display: inline;
  635. color: $secondary-text-color;
  636. background: transparent;
  637. border: 0;
  638. padding: 0 8px;
  639. text-decoration: none;
  640. font-size: 18px;
  641. line-height: 18px;
  642. &:hover,
  643. &:active,
  644. &:focus {
  645. color: $primary-text-color;
  646. }
  647. }
  648. a {
  649. font-size: 19px;
  650. position: relative;
  651. bottom: -1px;
  652. }
  653. a .fa,
  654. a:hover .fa {
  655. color: inherit;
  656. }
  657. }
  658. }
  659. a.status-card {
  660. cursor: pointer;
  661. &:hover {
  662. background: lighten($ui-base-color, 8%);
  663. }
  664. }
  665. .status-card-photo {
  666. cursor: zoom-in;
  667. display: block;
  668. text-decoration: none;
  669. width: 100%;
  670. height: auto;
  671. margin: 0;
  672. }
  673. .status-card-video {
  674. iframe {
  675. width: 100%;
  676. height: 100%;
  677. }
  678. }
  679. .status-card__title {
  680. display: block;
  681. font-weight: 500;
  682. margin-bottom: 5px;
  683. color: $darker-text-color;
  684. overflow: hidden;
  685. text-overflow: ellipsis;
  686. white-space: nowrap;
  687. text-decoration: none;
  688. }
  689. .status-card__content {
  690. flex: 1 1 auto;
  691. overflow: hidden;
  692. padding: 14px 14px 14px 8px;
  693. }
  694. .status-card__description {
  695. color: $darker-text-color;
  696. }
  697. .status-card__host {
  698. display: block;
  699. margin-top: 5px;
  700. font-size: 13px;
  701. overflow: hidden;
  702. text-overflow: ellipsis;
  703. white-space: nowrap;
  704. }
  705. .status-card__image {
  706. flex: 0 0 100px;
  707. background: lighten($ui-base-color, 8%);
  708. position: relative;
  709. & > .fa {
  710. font-size: 21px;
  711. position: absolute;
  712. transform-origin: 50% 50%;
  713. top: 50%;
  714. left: 50%;
  715. transform: translate(-50%, -50%);
  716. }
  717. }
  718. .status-card.horizontal {
  719. display: block;
  720. .status-card__image {
  721. width: 100%;
  722. }
  723. .status-card__image-image,
  724. .status-card__image-preview {
  725. border-radius: 4px 4px 0 0;
  726. }
  727. .status-card__title {
  728. white-space: inherit;
  729. }
  730. }
  731. .status-card.compact {
  732. border-color: lighten($ui-base-color, 4%);
  733. &.interactive {
  734. border: 0;
  735. }
  736. .status-card__content {
  737. padding: 8px;
  738. padding-top: 10px;
  739. }
  740. .status-card__title {
  741. white-space: nowrap;
  742. }
  743. .status-card__image {
  744. flex: 0 0 60px;
  745. }
  746. }
  747. a.status-card.compact:hover {
  748. background-color: lighten($ui-base-color, 4%);
  749. }
  750. .status-card__image-image {
  751. border-radius: 4px 0 0 4px;
  752. display: block;
  753. margin: 0;
  754. width: 100%;
  755. height: 100%;
  756. object-fit: cover;
  757. background-size: cover;
  758. background-position: center center;
  759. }
  760. .status-card__image-preview {
  761. border-radius: 4px 0 0 4px;
  762. display: block;
  763. margin: 0;
  764. width: 100%;
  765. height: 100%;
  766. object-fit: fill;
  767. position: absolute;
  768. top: 0;
  769. left: 0;
  770. z-index: 0;
  771. background: $base-overlay-background;
  772. &--hidden {
  773. display: none;
  774. }
  775. }
  776. .attachment-list {
  777. display: flex;
  778. font-size: 14px;
  779. border: 1px solid lighten($ui-base-color, 8%);
  780. border-radius: 4px;
  781. margin-top: 14px;
  782. overflow: hidden;
  783. &__icon {
  784. flex: 0 0 auto;
  785. color: $dark-text-color;
  786. padding: 8px 18px;
  787. cursor: default;
  788. border-right: 1px solid lighten($ui-base-color, 8%);
  789. display: flex;
  790. flex-direction: column;
  791. align-items: center;
  792. justify-content: center;
  793. font-size: 26px;
  794. .fa {
  795. display: block;
  796. }
  797. }
  798. &__list {
  799. list-style: none;
  800. padding: 4px 0;
  801. padding-left: 8px;
  802. display: flex;
  803. flex-direction: column;
  804. justify-content: center;
  805. li {
  806. display: block;
  807. padding: 4px 0;
  808. }
  809. a {
  810. text-decoration: none;
  811. color: $dark-text-color;
  812. font-weight: 500;
  813. &:hover {
  814. text-decoration: underline;
  815. }
  816. }
  817. }
  818. &.compact {
  819. border: 0;
  820. margin-top: 4px;
  821. .attachment-list__list {
  822. padding: 0;
  823. display: block;
  824. }
  825. .fa {
  826. color: $dark-text-color;
  827. }
  828. }
  829. }
  830. .status__wrapper--filtered__button {
  831. display: inline;
  832. color: lighten($ui-highlight-color, 8%);
  833. border: 0;
  834. background: transparent;
  835. padding: 0;
  836. font-size: inherit;
  837. line-height: inherit;
  838. &:hover,
  839. &:active {
  840. text-decoration: underline;
  841. }
  842. }
  843. .notification,
  844. .status {
  845. position: relative;
  846. &.unread {
  847. &::before {
  848. content: '';
  849. position: absolute;
  850. top: 0;
  851. left: 0;
  852. width: 100%;
  853. height: 100%;
  854. border-left: 4px solid $highlight-text-color;
  855. pointer-events: none;
  856. }
  857. }
  858. }
  859. .picture-in-picture {
  860. position: fixed;
  861. bottom: 20px;
  862. right: 20px;
  863. width: 300px;
  864. &.left {
  865. right: unset;
  866. left: 20px;
  867. }
  868. &__footer {
  869. border-radius: 0 0 4px 4px;
  870. background: lighten($ui-base-color, 4%);
  871. padding: 10px;
  872. padding-top: 12px;
  873. display: flex;
  874. justify-content: space-between;
  875. }
  876. &__header {
  877. border-radius: 4px 4px 0 0;
  878. background: lighten($ui-base-color, 4%);
  879. padding: 10px;
  880. display: flex;
  881. justify-content: space-between;
  882. &__account {
  883. display: flex;
  884. text-decoration: none;
  885. overflow: hidden;
  886. }
  887. .account__avatar {
  888. margin-right: 10px;
  889. }
  890. .display-name {
  891. color: $primary-text-color;
  892. text-decoration: none;
  893. strong,
  894. span {
  895. display: block;
  896. text-overflow: ellipsis;
  897. overflow: hidden;
  898. }
  899. span {
  900. color: $darker-text-color;
  901. }
  902. }
  903. }
  904. .video-player,
  905. .audio-player {
  906. border-radius: 0;
  907. }
  908. }
  909. .picture-in-picture-placeholder {
  910. box-sizing: border-box;
  911. border: 2px dashed lighten($ui-base-color, 8%);
  912. background: $base-shadow-color;
  913. display: flex;
  914. flex-direction: column;
  915. align-items: center;
  916. justify-content: center;
  917. margin-top: 10px;
  918. font-size: 16px;
  919. font-weight: 500;
  920. cursor: pointer;
  921. color: $darker-text-color;
  922. i {
  923. display: block;
  924. font-size: 24px;
  925. font-weight: 400;
  926. margin-bottom: 10px;
  927. }
  928. &:hover,
  929. &:focus,
  930. &:active {
  931. border-color: lighten($ui-base-color, 12%);
  932. }
  933. }
  934. .status-with-comments {
  935. border-top: 1px solid #707f88;
  936. }
  937. .status__comments {
  938. margin-left: 25px;
  939. margin-bottom: 15px;
  940. border-left: 1px solid lighten($ui-base-color, 8%);
  941. border-bottom: 1px solid lighten($ui-base-color, 8%);
  942. .subcomments {
  943. margin-left: 30px;
  944. }
  945. .load-more {
  946. border-top: 1px solid lighten($ui-base-color, 8%);
  947. }
  948. .status__content {
  949. font-size: 14px;
  950. margin: 5px 0;
  951. }
  952. .status__avatar {
  953. display: none;
  954. }
  955. .display-name strong {
  956. display: inline-block;
  957. }
  958. .load-more {
  959. border-bottom: 1px solid lighten($ui-base-color, 8%);
  960. }
  961. }
  962. .status__quoted-status {
  963. border-left: 4px solid #eee;
  964. border-top: 2px solid #eee;
  965. max-height: 200px;
  966. overflow: hidden;
  967. background: #eee2;
  968. -webkit-mask-image: linear-gradient(#0002, #000d);
  969. mask-image: linear-gradient(#0002, #000d);
  970. transform: scale(.9);
  971. transform-origin: bottom;
  972. .status__info, .status__action-bar {
  973. display: none;
  974. }
  975. }