this repo has no description
0
fork

Configure Feed

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

Unhide some text for posts inside Edit History

Every char matters when looking at post edit history

+30 -15
+30 -15
src/components/status.css
··· 2472 2472 #edit-history { 2473 2473 min-height: 50vh; 2474 2474 min-height: 50dvh; 2475 - } 2475 + 2476 + h2 { 2477 + margin: 0; 2478 + padding: 0; 2479 + } 2480 + 2481 + ol, 2482 + ol li { 2483 + list-style: none; 2484 + margin: 0; 2485 + padding: 0; 2486 + } 2487 + 2488 + .history-item .status { 2489 + border: 1px solid var(--outline-color); 2490 + border-radius: 8px; 2491 + pointer-events: none; 2492 + } 2476 2493 2477 - #edit-history h2 { 2478 - margin: 0; 2479 - padding: 0; 2480 - } 2494 + .status { 2495 + .invisible { 2496 + display: revert; 2497 + } 2481 2498 2482 - #edit-history ol, 2483 - #edit-history ol li { 2484 - list-style: none; 2485 - margin: 0; 2486 - padding: 0; 2487 - } 2499 + .hashtag-stuffing { 2500 + white-space: normal; 2501 + opacity: 1; 2502 + } 2488 2503 2489 - #edit-history .history-item .status { 2490 - border: 1px solid var(--outline-color); 2491 - border-radius: 8px; 2492 - pointer-events: none; 2504 + a { 2505 + color: var(--text-color); 2506 + } 2507 + } 2493 2508 } 2494 2509 2495 2510 /* EMBED */