From 82799ad41b3863158ec5ffffb80acc68589f0959 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 16 Jun 2023 10:39:57 +0530 Subject: [PATCH] paging fix --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 829b907..cfd261f 100644 --- a/style.css +++ b/style.css @@ -4601,3 +4601,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { .squire-mode-wysiwyg .squire-plain { display: none !important; } + .rl-mobile #rl-app #rl-content .btn.buttonCompose{ + display:inline-block; + width:50px; + } -- GitLab