this repo has no description
0
fork

Configure Feed

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

Styling fixes

+5 -1
+5 -1
src/app.css
··· 146 146 .timeline.contextual > li.descendant { 147 147 position: relative; 148 148 } 149 - .timeline.contextual > li.descendant:not(.thread) { 149 + .timeline.contextual > li.descendant { 150 150 padding-bottom: 1em; 151 151 } 152 152 .timeline.contextual > li.descendant:not(.thread) > .status-link { ··· 230 230 .timeline.contextual > li .replies[open] summary { 231 231 border-bottom-left-radius: 0; 232 232 } 233 + .timeline.contextual > li .replies summary[hidden] { 234 + display: none; 235 + } 233 236 .timeline.contextual > li .replies li { 234 237 position: relative; 235 238 } ··· 307 310 } 308 311 .status-link:hover { 309 312 background-color: var(--link-bg-hover-color); 313 + mix-blend-mode: multiply; 310 314 } 311 315 312 316 .ui-state {