|
256 | 256 | }
|
257 | 257 | /* post */
|
258 | 258 | @supports selector(::-webkit-scrollbar) {
|
259 |
| - body.blur post > sub-post > post-content > post-content-substance::-webkit-scrollbar-track:horizontal { |
260 |
| - border-bottom-left-radius: 5px; |
261 |
| - border-bottom-right-radius: 5px; |
262 |
| - } |
263 | 259 | post > sub-post > post-content > post-content-substance::-webkit-scrollbar-thumb {
|
264 | 260 | background-color: #4CAF50;
|
265 | 261 | border: 4px solid transparent;
|
|
606 | 602 | }
|
607 | 603 | post > sub-post > post-content /* -> */ {
|
608 | 604 | overflow: hidden;
|
609 |
| - margin-top: -16px; |
610 | 605 | flex-grow: 1;
|
611 | 606 | }
|
612 |
| - post.tiny > sub-post > post-content { |
| 607 | + post > sub-post > post-content.has-only-post { |
| 608 | + margin-top: -16px; |
| 609 | + } |
| 610 | + post.tiny > sub-post > post-content.has-only-post { |
613 | 611 | margin-top: -12px;
|
614 | 612 | }
|
615 | 613 | body.blur post > sub-post > post-content {
|
616 | 614 | border-bottom-left-radius: inherit;
|
617 | 615 | border-bottom-right-radius: inherit;
|
618 | 616 | }
|
619 | 617 | post > sub-post > post-content > post-content-substance /* -> */ {
|
620 |
| - padding: 16px 40px 20px; |
621 |
| - overflow: auto hidden; |
| 618 | + overflow: auto; |
| 619 | + padding: 0px 40px 20px; |
| 620 | + box-sizing: border-box; |
| 621 | + height: 100%; |
622 | 622 | }
|
623 | 623 | post.tiny > sub-post > post-content > post-content-substance {
|
624 |
| - padding: 12px 30px 15px; |
| 624 | + padding: 0px 30px 15px; |
625 | 625 | }
|
626 |
| - post > sub-post > post-content > post-content-substance.no-content { |
627 |
| - padding-top: 0px; |
| 626 | + post > sub-post > post-content.has-only-post > post-content-substance { |
| 627 | + overflow: auto hidden; |
| 628 | + padding-top: 16px; |
628 | 629 | }
|
629 |
| - body.blur post > sub-post > post-content > post-content-substance { |
630 |
| - border-bottom-left-radius: inherit; |
631 |
| - border-bottom-right-radius: inherit; |
| 630 | + post.tiny > sub-post > post-content.has-only-post > post-content-substance { |
| 631 | + padding-top: 12px; |
| 632 | + } |
| 633 | + post > sub-post > post-content > post-content-substance.no-content { |
| 634 | + padding-bottom: 0px; |
632 | 635 | }
|
633 | 636 | post > sub-post > scroll-into /* -> */ {
|
634 | 637 | position: relative;
|
|
893 | 896 | post > sub-post > post-content > post-content-substance:not(:first-of-type) {
|
894 | 897 | display: none;
|
895 | 898 | }
|
896 |
| - post > sub-post > post-content > post-content-substance:not(.has-only-post) > post:first-of-type { |
897 |
| - padding-top: 20px; |
898 |
| - } |
899 |
| - post.tiny > sub-post > post-content > post-content-substance:not(.has-only-post) > post:first-of-type { |
900 |
| - padding-top: 15px; |
901 |
| - } |
902 | 899 | post > sub-post > scroll-into:not(:first-of-type) {
|
903 | 900 | display: none;
|
904 | 901 | }
|
|
919 | 916 | post > sub-post > post-leader > post-leader-advance > :not(button.advance, dropdown.has-single-button) {
|
920 | 917 | display: none;
|
921 | 918 | }
|
| 919 | + post > sub-post > post-content:not(.has-only-post) > post-content-substance > post:first-of-type { |
| 920 | + padding-top: 20px; |
| 921 | + } |
| 922 | + post.tiny > sub-post > post-content:not(.has-only-post) > post-content-substance > post:first-of-type { |
| 923 | + padding-top: 15px; |
| 924 | + } |
922 | 925 | }
|
923 | 926 | }
|
924 | 927 | @layer backdrop-before {
|
|
0 commit comments