mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fix Chem Dispenser shrinking to an unusable state from too many reagents (#23365)
* Fix flex expansion * Build and update tgui * ci --------- Co-authored-by: Arthri <41360489+a@users.noreply.github.com> Co-authored-by: tgui <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Arthri
tgui <41898282+github-actions[bot]@users.noreply.github.com>
parent
9bb6766de5
commit
8ebbe071f7
@@ -81,7 +81,7 @@ const ChemDispenserChemicals = (properties, context) => {
|
||||
return (
|
||||
<Section
|
||||
title={data.glass ? 'Drink Dispenser' : 'Chemical Dispenser'}
|
||||
flexGrow="1"
|
||||
flexShrink={0}
|
||||
>
|
||||
<Flex
|
||||
direction="row"
|
||||
@@ -135,7 +135,7 @@ const ChemDispenserBeaker = (properties, context) => {
|
||||
return (
|
||||
<Section
|
||||
title={data.glass ? 'Glass' : 'Beaker'}
|
||||
flex="content"
|
||||
flexGrow={1}
|
||||
minHeight="25%"
|
||||
buttons={
|
||||
<Box>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user