aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index f3c93eb..c7e04b8 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -488,6 +488,12 @@ main.media table#medialist .thumbnail:hover img {
height: 150px;
}
+
+#gallery .thumbnail video, #gallery .thumbnail audio {
+ width: 100%;
+ height: 100%;
+}
+
#gallery li .thumbnail img {max-width: 100%;max-height: 100%;}