Skip to content

Commit

Permalink
Update TaittsuDown.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba committed Jul 28, 2023
1 parent 097256c commit 8fabcc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TaittsuDown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export function Attachments(attachments: HTMLElement[]) {

container.style.borderRadius = "0.5rem";
container.style.width = "100%";
container.style.aspectRatio = "16 / 9";
container.style.display = "grid";
container.style.gridTemplateColumns = "repeat(auto-fit, minmax(50%, 1fr)";
container.style.gridTemplateRows = "repeat(auto-fit, minmax(50%, 1fr)";
Expand Down

0 comments on commit 8fabcc3

Please sign in to comment.