Skip to content
Snippets Groups Projects
Unverified Commit 2af9e04f authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #894 from mewtaylor/issue/paint-gh-41

Make selector column responsive to paint editor width
parents e4ed4e86 bc3447a9
Branches
Tags
No related merge requests found
@import "../../css/colors.css";
@import "../../css/units.css";
.wrapper {
width: 150px;
......@@ -51,3 +52,14 @@
min-height: 5rem;
margin: 1rem auto;
}
@media only screen and (max-width: $full-size-paint) {
.wrapper {
width: 80px;
}
.list-item {
width: 4rem;
min-height: 4rem;
}
}
......@@ -9,3 +9,7 @@ $stage-menu-height: 2.75rem;
$library-header-height: 4.375rem;
$form-radius: calc($space / 2);
/* layout contants from `layout-constants.js` */
$full-size: 1095px;
$full-size-paint: 1249px;
......@@ -3,5 +3,6 @@ export default {
fullStageHeight: 360,
smallerStageWidth: 480 * 0.85,
smallerStageHeight: 360 * 0.85,
fullSizeMinWidth: 1096
fullSizeMinWidth: 1096,
fullSizePaintMinWidth: 1250
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment