Adrià Vilanova Martínez | 840bdaa | 2022-09-03 20:52:16 +0200 | [diff] [blame] | 1 | /* |
| 2 | * == THREAD VIEW == |
| 3 | **/ |
Adrià Vilanova Martínez | a2f7951 | 2022-07-10 15:32:32 +0200 | [diff] [blame] | 4 | .scTailwindThreadQuestionQuestioncardtitle-container { |
| 5 | gap: 0 1rem!important; |
| 6 | margin: 1rem 0!important; |
| 7 | } |
| 8 | |
| 9 | .scTailwindThreadQuestionQuestioncardcontent { |
| 10 | padding: 1.5rem 1rem 1rem 1rem!important; |
| 11 | } |
| 12 | |
| 13 | .scTailwindThreadQuestionQuestioncardsub-content { |
| 14 | padding: 0 1rem 1rem!important; |
| 15 | } |
| 16 | |
| 17 | .scTailwindThreadMessageMessagecardcontent, |
| 18 | .scTailwindThreadMessageMessagecardnested-reply { |
| 19 | padding: 1rem!important; |
| 20 | } |
| 21 | |
| 22 | .scTailwindThreadMessagegapmore-nested-replies { |
| 23 | padding: 0.25rem 1rem!important; |
| 24 | } |
| 25 | |
| 26 | sc-tailwind-thread-post-header { |
| 27 | margin-bottom: 0!important; |
| 28 | } |
| 29 | |
| 30 | .scTailwindThreadMessageMessagelistmessage-card { |
| 31 | padding-bottom: 0.75rem!important; |
| 32 | } |
| 33 | |
| 34 | h3.scTailwindThreadMessageMessagelistheading { |
| 35 | margin: 1rem 0!important; |
| 36 | } |
| 37 | |
Adrià Vilanova Martínez | 8885497 | 2022-08-28 11:57:12 +0200 | [diff] [blame] | 38 | .scTailwindThreadMorebuttonroot, |
| 39 | .scTailwindThreadMessagegaproot { |
Adrià Vilanova Martínez | a2f7951 | 2022-07-10 15:32:32 +0200 | [diff] [blame] | 40 | margin: 0 0 0.75rem 0!important; |
| 41 | } |
| 42 | |
| 43 | @media (min-width: 37.5rem) { |
| 44 | .scTailwindThreadMessageMessagecardcontent, |
| 45 | .scTailwindThreadMessageMessagecardnested-reply { |
| 46 | padding: 1rem 3rem!important; |
| 47 | } |
| 48 | |
| 49 | .scTailwindThreadMessagegapmore-nested-replies { |
| 50 | padding: 0.25rem 3rem!important; |
| 51 | } |
| 52 | |
| 53 | .scTailwindThreadQuestionQuestioncardsub-content { |
| 54 | padding: 0 3rem 1rem!important; |
| 55 | } |
| 56 | } |
Adrià Vilanova Martínez | 840bdaa | 2022-09-03 20:52:16 +0200 | [diff] [blame] | 57 | |
| 58 | /* |
| 59 | * == REPLY DIALOG == |
| 60 | **/ |
| 61 | .scTailwindThreadReplydialogtop-row { |
| 62 | padding-top: 0!important; |
| 63 | padding-bottom: 0!important; |
| 64 | } |
| 65 | |
| 66 | .scTailwindSharedRichtexteditortoolbar { |
| 67 | margin-top: 1rem!important; |
| 68 | } |
| 69 | |
| 70 | .scSharedSearchablemenusearch { |
| 71 | padding-top: 0.75rem!important; |
| 72 | padding-bottom: 0.75rem!important; |
| 73 | } |
| 74 | |
| 75 | .scSharedSearchablemenuitem { |
| 76 | min-height: 2.5rem!important; |
| 77 | } |