this repo has no description
1
fork

Configure Feed

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

fix: hide link URL subtitle in Scott Mode

+5
+5
internal/assets/css/screen.css
··· 1448 1448 white-space: nowrap; 1449 1449 } 1450 1450 1451 + /* Hide URL subtitle in Scott Mode */ 1452 + [data-scott-mode="true"] .link-url { 1453 + display: none; 1454 + } 1455 + 1451 1456 /* Ensure anchor inside .link truncates */ 1452 1457 [data-scott-mode="true"] .link a { 1453 1458 font-weight: bold;