From d55f6691c68757d2c8f7a361c20ace8dac61da5c Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sat, 14 Mar 2020 00:24:41 +0100 Subject: Scale files and images to the available space --- main/data/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/data/theme.css') diff --git a/main/data/theme.css b/main/data/theme.css index 856e1b27..f72a20d2 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -52,14 +52,14 @@ window.dino-main .dino-sidebar > frame { transition: background .05s ease; } -.file-box-outer { +window.dino-main .dino-conversation .file-box-outer { background: @theme_base_color; border-radius: 3px; border: 1px solid alpha(@theme_fg_color, 0.1); } -.file-box { - margin: 12px; +window.dino-main .dino-conversation .file-box { + margin: 12px 16px 12px 12px; } window.dino-main .dino-sidebar > frame.collapsed { -- cgit v1.2.3-54-g00ecf