fix: Flashing window size made fixed, and fixed Vite.config.js
This commit is contained in:
@@ -1107,7 +1107,9 @@ function StepFlash({ device, bespokeOverride, onFlashed }) {
|
|||||||
border: '1px solid var(--color-border)',
|
border: '1px solid var(--color-border)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
display: 'flex', flexDirection: 'column',
|
display: 'flex', flexDirection: 'column',
|
||||||
minHeight: 320,
|
height: 320,
|
||||||
|
alignSelf: 'start',
|
||||||
|
position: 'sticky', top: 0,
|
||||||
}}>
|
}}>
|
||||||
<div style={{
|
<div style={{
|
||||||
padding: '8px 12px',
|
padding: '8px 12px',
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
|
allowedHosts: ['.localhost', 'console.bellsystems.net'],
|
||||||
port: 5174,
|
port: 5174,
|
||||||
hmr: {
|
hmr: {
|
||||||
clientPort: 8001,
|
clientPort: 8001,
|
||||||
|
|||||||
Reference in New Issue
Block a user