From 218fc9d6d0b7a0d2a5973f91001689c14c97cbee Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Wed, 27 Mar 2024 17:45:03 +0530 Subject: [PATCH] feat: add max-width for video content, chore: improve readability --- outbox.html | 2 +- post.css | 3 ++- profile.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/outbox.html b/outbox.html index 62dbde5..6e6fd1e 100644 --- a/outbox.html +++ b/outbox.html @@ -12,7 +12,7 @@ >
- +
diff --git a/post.css b/post.css index 5670be9..934d20b 100644 --- a/post.css +++ b/post.css @@ -13,7 +13,8 @@ html { font-family: var(--rdp-font); } -img { +img, +video { max-width: 100%; } diff --git a/profile.html b/profile.html index 6317ca0..70821c7 100644 --- a/profile.html +++ b/profile.html @@ -10,7 +10,7 @@
- +