|
477 | 477 | } |
478 | 478 |
|
479 | 479 | /* メディアユニット */ |
480 | | -[class*='column-media-'] { |
481 | | - margin-block: 2rem; |
482 | | -} |
483 | | - |
484 | 480 | [class*='column-media-'] .columnIcon { /* stylelint-disable-line */ |
485 | 481 | margin: 0 auto; |
486 | 482 | } |
487 | 483 |
|
488 | | -/* 引用ユニット */ |
489 | | -[class*='column-quote'] blockquote:not([class]) { |
490 | | - padding: 20px 10px 20px 20px; |
491 | | - border-inline-start-color: var(--tw-prose-quote-borders); |
492 | | - border-inline-start-width: 0.25rem; |
| 484 | +[class*='column-media-'] .caption { |
| 485 | + @apply mt-1 text-gray-500 text-sm text-center; |
493 | 486 | } |
494 | 487 |
|
495 | | -.quoteImageContainer { /* stylelint-disable-line */ |
496 | | - position: relative; |
497 | | - float: left; |
498 | | - max-width: 154px; |
499 | | - margin-right: 25px; |
500 | | -} |
| 488 | +/* 引用ユニット */ |
| 489 | +[class*='column-quote'] { |
| 490 | + blockquote:not([class]) { |
| 491 | + padding: 20px 10px 20px 20px; |
| 492 | + border-inline-start-color: var(--tw-prose-quote-borders); |
| 493 | + border-inline-start-width: 0.25rem; |
| 494 | + } |
501 | 495 |
|
502 | | -.quoteImage { /* stylelint-disable-line */ |
503 | | - display: block; |
504 | | - max-width: 100%; |
505 | | - height: auto; |
506 | | -} |
| 496 | + blockquote.js-biggerlink { |
| 497 | + @apply overflow-hidden block md:flex p-0 border border-gray-200 rounded-md font-normal md:transition-opacity hover:opacity-70; |
| 498 | + } |
507 | 499 |
|
508 | | -.quoteTitle { /* stylelint-disable-line */ |
509 | | - padding: 0; |
510 | | - margin: 0 0 5px; |
511 | | - line-height: 1.4; |
512 | | -} |
| 500 | + .quoteImageContainer { /* stylelint-disable-line */ |
| 501 | + @apply md:w-1/3 flex-none mr-0; |
| 502 | + } |
513 | 503 |
|
514 | | -.quoteSiteName { /* stylelint-disable-line */ |
515 | | - padding: 0; |
516 | | - margin: 0 0 10px; |
517 | | - font-size: .75rem; |
518 | | -} |
| 504 | + .quoteImage { /* stylelint-disable-line */ |
| 505 | + @apply block w-full m-0 md:h-full md:object-cover; |
| 506 | + } |
519 | 507 |
|
520 | | -.quoteDescription { /* stylelint-disable-line */ |
521 | | - padding: 0; |
522 | | - margin: 0; |
523 | | - font-size: .75rem; |
524 | | - line-height: 1.6; |
| 508 | + div:not(.quoteImageContainer) { /* stylelint-disable-line */ |
| 509 | + @apply flex flex-col max-w-none p-4 md:w-2/3; |
| 510 | + } |
| 511 | + |
| 512 | + .quoteTitle { /* stylelint-disable-line */ |
| 513 | + @apply mb-1.5 text-base leading-6 line-clamp-2; |
| 514 | + } |
| 515 | + |
| 516 | + .quoteTitleLink { /* stylelint-disable-line */ |
| 517 | + @apply font-normal text-gray-700 no-underline; |
| 518 | + } |
| 519 | + |
| 520 | + .quoteSiteName { /* stylelint-disable-line */ |
| 521 | + @apply -order-1 p-0 mb-1 text-gray-700 text-sm line-clamp-1; |
| 522 | + } |
| 523 | + |
| 524 | + .quoteDescription { /* stylelint-disable-line */ |
| 525 | + @apply p-0 m-0 text-xs text-gray-500 leading-relaxed line-clamp-2; |
| 526 | + } |
| 527 | + |
| 528 | + .clearHidden { /* stylelint-disable-line */ |
| 529 | + @apply hidden; |
| 530 | + } |
525 | 531 | } |
526 | 532 |
|
527 | 533 | /* 地図ユニット */ |
|
581 | 587 | display: block; |
582 | 588 | box-sizing: border-box; |
583 | 589 | width: 100%; |
584 | | - padding-right: 0; |
585 | | - padding-left: 0; |
| 590 | + border-bottom: 1px solid var(--tw-prose-td-borders); |
586 | 591 | } |
587 | 592 |
|
588 | 593 | [class*=column-table-] table:not([class]) th { |
589 | | - padding-bottom: 0; |
590 | 594 | text-align: left; |
591 | 595 | } |
592 | | - |
593 | | - [class*=column-table-] table:not([class]) td { |
594 | | - padding-top: 3px; |
595 | | - } |
596 | 596 | } |
597 | 597 |
|
598 | 598 | [class*=column-table-] .entry-container { |
599 | | - margin-bottom: 2rem; |
| 599 | + margin-bottom: 1.5rem; |
600 | 600 | overflow-x: auto; |
601 | 601 | overflow-y: visible !important; |
602 | 602 | } |
|
0 commit comments