From 5a6470966f7468e10453d6a127960a567e8b4cc8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 29 Apr 2020 16:21:07 +0300 Subject: Layout changes from legacy site --- vnext/src/ui/Message.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index 9bcca83b..06ad5270 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -1,3 +1,6 @@ +@custom-media --viewport-desktop (width >=62.5rem); +@custom-media --viewport-mobile (width < 62.5rem); + .msg-cont .ir { padding: 12px; } @@ -231,3 +234,9 @@ blockquote { .msg-cont .nsfw .ir img:hover { opacity: 1; } + +@media (--viewport-desktop) { + .msg-cont { + width: 640px; + } +} -- cgit v1.2.3