blob: cd1ac4810265bbbc82ea3d3d2fdad1300a48d13f [file] [log] [blame]
Adrià Vilanova Martínez2d9be8d2022-12-28 00:50:14 +01001/* Small adjustement to reduce spacing, since it's excessive when adding the toolbar. */
2body.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 */
7body.TWPT-flattenthreads-enabled ec-thread sc-tailwind-thread-message-message-list:last-child .scTailwindThreadMessageMessagecardsub-content {
8 display: none;
9}