|
532 | 532 | }
|
533 | 533 | post > sub-post > post-leader /* -> */ {
|
534 | 534 | display: flex;
|
535 |
| - padding: 0px 0px 0px 20px; |
536 |
| - max-width: calc(100% - 20px); |
537 |
| - width: calc(100% - 20px); |
| 535 | + flex-wrap: wrap; |
| 536 | + justify-content: flex-end; |
| 537 | + align-content: flex-start; |
| 538 | + padding-left: 20px; |
538 | 539 | }
|
539 | 540 | post.tiny > sub-post > post-leader {
|
540 |
| - padding: 0px 0px 0px 15px; |
541 |
| - max-width: calc(100% - 15px); |
542 |
| - width: calc(100% - 15px); |
| 541 | + padding-left: 15px; |
543 | 542 | }
|
544 | 543 | body.blur post > sub-post > post-leader {
|
545 | 544 | border-top-left-radius: inherit;
|
546 | 545 | border-top-right-radius: inherit;
|
547 | 546 | }
|
548 | 547 | post > sub-post > post-leader > post-leader-section /* -> */ {
|
549 | 548 | display: inline-flex;
|
| 549 | + flex-basis: 60%; |
550 | 550 | flex-grow: 1;
|
| 551 | + box-sizing: border-box; |
| 552 | + padding: 20px; |
| 553 | + gap: 40px; |
| 554 | + } |
| 555 | + post.tiny > sub-post > post-leader > post-leader-section { |
| 556 | + padding: 15px; |
| 557 | + gap: 30px; |
| 558 | + } |
| 559 | + post.wrap-leader > sub-post > post-leader > post-leader-section { |
| 560 | + flex-basis: 100%; |
| 561 | + padding-bottom: 0px; |
551 | 562 | }
|
552 | 563 | post > sub-post > post-leader > post-leader-section > post-leader-order /* -> */ {
|
553 | 564 | display: inline-block;
|
554 |
| - padding: 20px 20px 27px; |
555 | 565 | line-height: 21px;
|
556 | 566 | min-height: 21px;
|
557 | 567 | max-width: 80px;
|
|
560 | 570 | overflow-wrap: break-word;
|
561 | 571 | }
|
562 | 572 | post.tiny > sub-post > post-leader > post-leader-section > post-leader-order {
|
563 |
| - padding: 15px 15px 24px; |
| 573 | + max-width: 60px; |
564 | 574 | }
|
565 | 575 | body.blur post > sub-post > post-leader > post-leader-section > post-leader-order {
|
566 | 576 | color: rgba(0, 0, 0, 0.5);
|
567 | 577 | }
|
568 | 578 | post > sub-post > post-leader > post-leader-section > post-leader-title /* -> */ {
|
569 | 579 | display: inline-flex;
|
570 |
| - padding: 20px 20px 27px; |
571 | 580 | line-height: 21px;
|
572 | 581 | min-height: 21px;
|
573 | 582 | font-size: 16px;
|
574 | 583 | color: white;
|
575 | 584 | flex-grow: 1;
|
576 | 585 | }
|
577 |
| - post.tiny > sub-post > post-leader > post-leader-section > post-leader-title { |
578 |
| - padding: 15px 15px 24px; |
579 |
| - } |
580 | 586 | body.blur post > sub-post > post-leader > post-leader-section > post-leader-title {
|
581 | 587 | color: rgba(0, 0, 0, 0.5);
|
582 | 588 | }
|
583 | 589 | post > sub-post > post-leader > post-leader-advance /* -> */ {
|
584 |
| - text-align: right; |
585 |
| - display: inline-block; |
586 |
| - padding: 13px 13px 13px 17px; |
587 |
| - min-height: 42px; |
588 |
| - max-width: calc(40% - 30px); |
| 590 | + display: inline-flex; |
| 591 | + flex-basis: 40%; |
| 592 | + flex-wrap: wrap; |
| 593 | + justify-content: flex-end; |
| 594 | + align-content: flex-start; |
| 595 | + padding: 16px 16px 16px 20px; |
| 596 | + min-height: 36px; |
| 597 | + box-sizing: border-box; |
| 598 | + gap: 6px; |
589 | 599 | }
|
590 | 600 | post.tiny > sub-post > post-leader > post-leader-advance {
|
591 |
| - padding: 9px 9px 9px 12px; |
592 |
| - max-width: calc(40% - 21px); |
| 601 | + padding: 12px 12px 12px 15px; |
593 | 602 | }
|
594 |
| - post > sub-post > post-leader > post-leader-advance.no-content { |
595 |
| - padding: 13px 20px 13px 0px; |
| 603 | + post.wrap-leader > sub-post > post-leader > post-leader-advance { |
| 604 | + flex-basis: 100%; |
596 | 605 | }
|
597 |
| - post.tiny > sub-post > post-leader > post-leader-advance.no-content { |
598 |
| - padding: 9px 15px 9px 0px; |
| 606 | + post > sub-post > post-leader > post-leader-advance.no-content { |
| 607 | + display: none; |
599 | 608 | }
|
600 | 609 | body.blur post > sub-post > post-leader > post-leader-advance {
|
601 | 610 | border-top-right-radius: inherit;
|
|
842 | 851 | /* post */
|
843 | 852 | post > sub-post > post-leader > post-leader-advance > :is(button.advance, dropdown.has-single-button) {
|
844 | 853 | display: inline-block;
|
845 |
| - max-width: calc(100% - 6px); |
| 854 | + margin: 0px; |
846 | 855 | }
|
847 | 856 | post > sub-post > post-content > post-content-substance > advance {
|
848 | 857 | display: none;
|
|
0 commit comments