blob: cd1ac4810265bbbc82ea3d3d2fdad1300a48d13f [file] [log] [blame]
/* Small adjustement to reduce spacing, since it's excessive when adding the toolbar. */
body.TWPT-threadtoolbar-shown ec-thread .scTailwindThreadThreadcontentreplies-section {
padding-top: 0.5rem;
}
/* Hide reply button when a thread is flattened, since it might not work correctly */
body.TWPT-flattenthreads-enabled ec-thread sc-tailwind-thread-message-message-list:last-child .scTailwindThreadMessageMessagecardsub-content {
display: none;
}