From c6bb414b57a2ae8c6927826b143027f5c43dada9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 10 Jan 2025 18:22:23 -0500 Subject: Made uploading videos work --- app/assets/stylesheets/main/entries.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 37b0a49..609a5f7 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -194,6 +194,10 @@ box-sizing: border-box; } + video { + max-width: 100%; + } + figure { background-color: #eee; border: 1px solid #bbb; -- cgit 1.4.1