From a9ada68bfc966efc40a078a92ecf3bcba591aed9 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 30 Apr 2022 16:42:49 +0800 Subject: [PATCH] workaround for shit sciter about style --- src/ui/cm.tis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/cm.tis b/src/ui/cm.tis index 931f64d92..7e81a79d7 100644 --- a/src/ui/cm.tis +++ b/src/ui/cm.tis @@ -26,7 +26,8 @@ class Body: Reactor.Component me.sendMsg(msg); }; var right_style = show_chat ? "" : "display: none"; - return
+ // below size:* is work around for Linux, it alreayd set in css, but not work, shit sciter + return