moved pad resize button so that it no longer overlaps wit hand covers the text

This commit is contained in:
zuzanna-maria 2022-12-31 18:28:06 +01:00
parent 1401925f5a
commit f1ac1e1006

View File

@ -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 {