diff options
| author | Xe Iaso <me@christine.website> | 2023-01-21 15:42:53 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-21 15:42:53 -0500 |
| commit | 12d3a86c3976db81929e26ee96afa5ca2ad1c5d6 (patch) | |
| tree | f590d63e0737fca36d0985cae7052b2ce36961f7 /static | |
| parent | 16bf3a0f1f1a06c17474467648592ad4025f87c2 (diff) | |
| download | xesite-12d3a86c3976db81929e26ee96afa5ca2ad1c5d6.tar.xz xesite-12d3a86c3976db81929e26ee96afa5ca2ad1c5d6.zip | |
support xedn resizable stickers
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/shim.css | 18 |
1 files changed, 10 insertions, 8 deletions
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 { |
