Multicolumn Bluesky client powered by Angular

fix: gallery image not fitting screen

kbenlloch 0fdd13db 3871aeb9

Changed files
+1 -1
src
app
components
dialogs
+1 -1
src/app/components/dialogs/gallery/gallery.component.html
··· 6 6 (click)="$event.stopPropagation()" 7 7 [href]="images[index].fullsize" 8 8 target="_blank" 9 - class="relative w-auto h-auto max-w-[calc(100%_-_10rem)] max-h-[calc(100%_-_4rem)] outline-none pointer-events-auto cursor-pointer" 9 + class="relative w-auto h-auto max-w-[calc(100%_-_10rem)] max-h-[calc(100%_-_4rem)] min-h-0 outline-none pointer-events-auto cursor-pointer" 10 10 > 11 11 <img 12 12 [src]="images[index].fullsize"