mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
explorer: fix broken layout
Applying this control tweak globally broke the explorer layout. So we now apply it to settings only.
This commit is contained in:
@@ -39,9 +39,5 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: bp.$pt-z-index-overlay;
|
z-index: bp.$pt-z-index-overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{bp.$ns}-control {
|
|
||||||
max-width: bp.$pt-grid-size * 20;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,4 +15,8 @@
|
|||||||
width: bp.$pt-grid-size * 20;
|
width: bp.$pt-grid-size * 20;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .#{bp.$ns}-control {
|
||||||
|
max-width: bp.$pt-grid-size * 20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user