Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

input.css: set btn-flat to 32px to match btn-create

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
committer
Tangled
date (Jun 24, 2026, 2:02 PM +0300) commit 9ab13625 parent 46d18d69 change-id yrolztyz
+3 -3
+3 -3
input.css
··· 223 223 224 224 .btn-flat { 225 225 @apply inline-flex items-center justify-center 226 - min-h-[30px] px-2 py-[6px] 226 + min-h-[32px] px-2 py-[6px] 227 227 rounded 228 228 text-sm text-gray-900 dark:text-gray-100 cursor-pointer 229 229 transition-colors duration-150 ease-in-out ··· 1634 1634 -webkit-mask: radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000); 1635 1635 mask: radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000); 1636 1636 } 1637 - 1637 + 1638 1638 &::before { 1639 1639 left: calc(-1 * var(--r)); 1640 1640 @apply -scale-x-100; 1641 1641 } 1642 - 1642 + 1643 1643 &::after { 1644 1644 right: calc(-1 * var(--r)); 1645 1645 }