diff options
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |