From 5720297b4006eed53db19da5547bcac6307cf094 Mon Sep 17 00:00:00 2001 From: Hunternif Date: Sun, 16 Feb 2025 20:10:40 +0000 Subject: client: fix inconsistent width in adaptive css on post page --- client/html/post_main.tpl | 4 ++-- client/js/controls/post_content_control.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client') diff --git a/client/html/post_main.tpl b/client/html/post_main.tpl index 33f9afd..f0fc46d 100644 --- a/client/html/post_main.tpl +++ b/client/html/post_main.tpl @@ -70,7 +70,7 @@
- <% if (window.innerWidth <= 1000) { %> + <% if (window.innerWidth <= 800) { %>