Remove of expand button and scrollbar

This commit is contained in:
David Benqué 2021-02-09 10:23:32 +00:00
parent 39231323ab
commit d65a87071a
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ body.cp-app-pad {
order: 2; order: 2;
height: 28px; height: 28px;
width: 36px; width: 36px;
margin-left: -36px; margin-left: -40px;
margin-top: 10px; margin-top: 10px;
margin-right: 0; margin-right: 0;
&.hidden { &.hidden {
margin-left: -66px; margin-left: -70px;
margin-right: 40px; margin-right: 40px;
} }
} }