A personal media tracker built on the AT Protocol opnshelf.xyz
0
fork

Configure Feed

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

fix: stretch detail action calendar buttons

+2
+2
apps/web/src/components/detail/DetailActions.tsx
··· 138 138 size="icon" 139 139 onClick={onShowDatePicker} 140 140 title={`Watch ${mediaType}`} 141 + className="h-auto self-stretch" 141 142 > 142 143 <Calendar className="w-5 h-5" /> 143 144 </M3Button> ··· 158 159 size="icon" 159 160 onClick={onShowDatePicker} 160 161 title={`Watch ${mediaType}`} 162 + className="h-auto self-stretch" 161 163 > 162 164 <Calendar className="w-5 h-5" /> 163 165 </M3Button>