about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-01-29 16:18:33 +0100
committerThibaut Girka <thib@sitedethib.com>2020-02-03 09:27:51 +0100
commit9dc1f7d29941865f27734d11b0f52c49c095dbcf (patch)
tree1f1e0e79227a30dd347a711626293ee6bc2563ba /app/javascript/flavours/glitch/styles/components/drawer.scss
parent369201a425f7b539290815402a4bc65923911e11 (diff)
[Glitch] Fix mascot being too large, and a code style issue
Port bba0269d9741c8c4daaa9048c265a1321d93fbba to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index 93a3f62ed..d5463e406 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -210,7 +210,7 @@
     display: block;
     object-fit: contain;
     object-position: bottom left;
-    width: 100%;
+    width: 85%;
     height: 100%;
     pointer-events: none;
     user-drag: none;