From ccdb5ef051bfcc9e96f4b0ce98a32735eb48d1c4 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 14 Apr 2020 09:32:53 +0000 Subject: Fix UI issues - Increase media preview size - Fix z-index of more-actions poup - Add left and top position for reply hover popup --- static/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 2a1b6bb..838a3c4 100644 --- a/static/style.css +++ b/static/style.css @@ -30,8 +30,8 @@ .status-content img, .status-image, .status-video { - max-height: 180px; - max-width: 220px; + max-height: 240px; + max-width: 280px; width: auto; vertical-align: bottom; } @@ -413,7 +413,7 @@ a:hover, border: 1px solid #aaaaaa; padding: 4px 8px; z-index: 3; - margin: 0 8px 0 8px; + margin: 0; } #reply-to-popup { @@ -422,7 +422,7 @@ a:hover, border: 1px solid #aaaaaa; padding: 4px 8px; z-index: 3; - margin: 0 8px 0 8px; + margin: 0; } .search-form { @@ -432,6 +432,7 @@ a:hover, .more-container { position: relative; display: inline-block; + z-index: 1; } .more-content { -- cgit v1.2.3