From 12d3a86c3976db81929e26ee96afa5ca2ad1c5d6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 21 Jan 2023 15:42:53 -0500 Subject: support xedn resizable stickers Signed-off-by: Xe Iaso --- static/css/shim.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'static/css') diff --git a/static/css/shim.css b/static/css/shim.css index 2e1df90..e690ee3 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -22,21 +22,23 @@ img { display: flex; } -.conversation-picture { +.conversation-standalone { flex: 1; - min-width: 9rem; - max-width: calc(((70rem - 2rem)/6)); + min-width: 6rem; + max-width: 6rem; + padding: 0.5rem; } .conversation-smol { - min-width: 6rem; - max-width: 6rem; - padding: 0.5rem; + flex: 1; + min-width: 4.5rem; + max-width: 4.5rem; + padding: 0.25rem; } .conversation-chat { - align-self: center; - min-width: 0; + align-self: center; + min-width: 0; } .gruvbox-dark pre, pre { -- cgit v1.2.3