about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/entries.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-01-10 18:22:23 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-01-10 18:22:23 -0500
commitc6bb414b57a2ae8c6927826b143027f5c43dada9 (patch)
tree0cb3bb467812cd3388c42e6c8235fd51821438b9 /app/assets/stylesheets/main/entries.scss
parent60a15bbe721f23ec05093107da6cb3056d158c90 (diff)
downloadthoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.tar.gz
thoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.tar.bz2
thoughts-c6bb414b57a2ae8c6927826b143027f5c43dada9.zip
Made uploading videos work HEAD master
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r--app/assets/stylesheets/main/entries.scss4
1 files changed, 4 insertions, 0 deletions
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 @@
194 box-sizing: border-box; 194 box-sizing: border-box;
195 } 195 }
196 196
197 video {
198 max-width: 100%;
199 }
200
197 figure { 201 figure {
198 background-color: #eee; 202 background-color: #eee;
199 border: 1px solid #bbb; 203 border: 1px solid #bbb;