aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2020-03-14 00:24:41 +0100
committerMarvin W <git@larma.de>2020-03-14 00:50:54 +0100
commitd55f6691c68757d2c8f7a361c20ace8dac61da5c (patch)
tree7877aabb3e6a2c7acf746546226d54b10d5db637 /main/data/theme.css
parent25751c88ced9d312aef22135ee2f68c2edb71b7e (diff)
downloaddino-d55f6691c68757d2c8f7a361c20ace8dac61da5c.tar.gz
dino-d55f6691c68757d2c8f7a361c20ace8dac61da5c.zip
Scale files and images to the available space
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css6
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 {