From f1ac1e10065f3a042fdfecc1d48ceb4dd4fee1e9 Mon Sep 17 00:00:00 2001 From: zuzanna-maria Date: Sat, 31 Dec 2022 18:28:06 +0100 Subject: [PATCH] moved pad resize button so that it no longer overlaps wit hand covers the text --- www/pad/app-pad.less | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/www/pad/app-pad.less b/www/pad/app-pad.less index 89cdbf145..21a236968 100644 --- a/www/pad/app-pad.less +++ b/www/pad/app-pad.less @@ -78,18 +78,15 @@ body.cp-app-pad { } #cp-app-pad-resize { order: 2; + position: relative; height: 28px; width: 36px; - margin-left: -40px; + margin-left: 10px; margin-top: 10px; - margin-right: 0; + margin-right: 0px; button { - color: @cp_pad-resize; - border-color: @cp_pad-resize; - } - &.hidden { - margin-left: -70px; - margin-right: 40px; + color: @cp_pad-fg; + border-color: @cp_pad-fg; } } #cp-app-pad-toc {