Snapshot button select, and text scaling.

This commit is contained in:
Robin Davies
2024-10-12 05:33:45 -04:00
parent b0107d4490
commit 8755f849dd
3 changed files with 36 additions and 9 deletions
-2
View File
@@ -236,7 +236,6 @@ export default class SnapshotPanel extends ResizeResponsiveComponent<SnapshotPan
}
}
bg: undefined;
render() {
let snapshots = this.state.snapshots;
@@ -246,7 +245,6 @@ export default class SnapshotPanel extends ResizeResponsiveComponent<SnapshotPan
height: this.props.panelHeight,
overflow: "hidden", margin: 0,
paddingLeft: 16, paddingRight: 16, paddingTop: 0, paddingBottom: 24,
background: this.bg,
display: "flex", flexFlow: "column nowrap", alignContent: "stretch", justifyContent: "stretch"
}}>