Adrià Vilanova MartÃnez | 2d9be8d | 2022-12-28 00:50:14 +0100 | [diff] [blame] | 1 | /* Small adjustement to reduce spacing, since it's excessive when adding the toolbar. */ |
| 2 | body.TWPT-threadtoolbar-shown ec-thread .scTailwindThreadThreadcontentreplies-section { |
| 3 | padding-top: 0.5rem; |
| 4 | } |
| 5 | |
| 6 | /* Hide reply button when a thread is flattened, since it might not work correctly */ |
| 7 | body.TWPT-flattenthreads-enabled ec-thread sc-tailwind-thread-message-message-list:last-child .scTailwindThreadMessageMessagecardsub-content { |
| 8 | display: none; |
| 9 | } |