this repo has no description
0
fork

Configure Feed

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

Show 'View post' if 1 media in modal

+6 -1
+3
src/app.css
··· 1301 1301 body:has(.status-deck) .media-post-link { 1302 1302 display: none; 1303 1303 } 1304 + .media-modal-count-1 .button-label { 1305 + display: inline; 1306 + } 1304 1307 1305 1308 /* ✨ New */ 1306 1309 body:has(.media-modal-container + .status-deck) .media-post-link {
+3 -1
src/components/media-modal.jsx
··· 103 103 }, []); 104 104 105 105 return ( 106 - <div class="media-modal-container"> 106 + <div 107 + class={`media-modal-container media-modal-count-${mediaAttachments?.length}`} 108 + > 107 109 <div 108 110 ref={carouselRef} 109 111 tabIndex="0"