Merge branch 'move_resize_button' of github.com:zuzanna-maria/cryptpad into zuzanna-maria-move_resize_button

This commit is contained in:
David Benque 2023-03-21 14:04:05 +00:00
commit e09c128787

View file

@ -78,18 +78,15 @@ body.cp-app-pad {
} }
#cp-app-pad-resize { #cp-app-pad-resize {
order: 2; order: 2;
position: relative;
height: 28px; height: 28px;
width: 36px; width: 36px;
margin-left: -40px; margin-left: 10px;
margin-top: 10px; margin-top: 10px;
margin-right: 0; margin-right: 0px;
button { button {
color: @cp_pad-resize; color: @cp_pad-fg;
border-color: @cp_pad-resize; border-color: @cp_pad-fg;
}
&.hidden {
margin-left: -70px;
margin-right: 40px;
} }
} }
#cp-app-pad-toc { #cp-app-pad-toc {