style cleanup, mobile layout improvements, ForceFieldBare fix

This commit is contained in:
Brian Beck 2026-03-24 23:50:43 -06:00
parent c15bce10f3
commit bb654b3667
98 changed files with 1010 additions and 835 deletions

View file

@ -54,21 +54,9 @@
color: #eceae7;
}
.ActionButton {
composes: IconButton from "./InspectorControls.module.css";
flex: 0 0 auto;
margin: 0 10px 0 0;
font-size: 16px;
min-width: 28px;
min-height: 28px;
padding: 2px;
background: rgba(213, 66, 58, 0.7);
}
@media (hover: hover) {
.ActionButton:not(:disabled):hover {
background: rgba(229, 70, 59, 0.9);
}
.EjectButton,
.DisconnectButton {
composes: DestructiveActionButton from "./Button.module.css";
}
.EjectIcon {