mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-13 22:50:01 -04:00
Instead of increasing the max width of tools, slightly increase the width at which paint editor switches over to 2 rows of tools so that they have enough space to make 2 rows
This commit is contained in:
parent
7d7e42b63f
commit
f7bade8781
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ $border-radius: 0.25rem;
|
|||
|
||||
.mode-selector {
|
||||
display: flex;
|
||||
max-width: 7.8rem;
|
||||
max-width: 6rem;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
|
|
|
@ -23,4 +23,4 @@ $form-radius: calc($space / 2);
|
|||
|
||||
/* layout contants from `layout-constants.js`, minus 1px */
|
||||
$full-size: 1095px;
|
||||
$full-size-paint: 1249px;
|
||||
$full-size-paint: 1256px;
|
||||
|
|
Loading…
Reference in a new issue