mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[MIRROR] canister ui fix [MDB IGNORE] (#14907)
* canister ui fix (#68317) Fixed canister ui being too small You don't have to scroll/expand canister ui window to see kPa of an inserted tank * canister ui fix Co-authored-by: Holoo <38228316+Holoo-1@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ export const Canister = (props, context) => {
|
||||
restricted,
|
||||
} = data;
|
||||
return (
|
||||
<Window width={350} height={275}>
|
||||
<Window width={350} height={305}>
|
||||
<Window.Content>
|
||||
<Flex direction="column" height="100%">
|
||||
<Flex.Item mb={1}>
|
||||
|
||||
Reference in New Issue
Block a user