mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[MIRROR] orbit ui hotfix [MDB IGNORE] (#14802)
* orbit ui hotfix (#68224) reeeeeeeeeeee * orbit ui hotfix Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
@@ -61,13 +61,13 @@ enum THREAT {
|
||||
export const Orbit = (props, context) => {
|
||||
return (
|
||||
<Window title="Orbit" width={400} height={550}>
|
||||
<Window.Content>
|
||||
<Window.Content scrollable>
|
||||
<Stack fill vertical>
|
||||
<Stack.Item mt={0}>
|
||||
<ObservableSearch />
|
||||
</Stack.Item>
|
||||
<Stack.Item mt={0.2} grow>
|
||||
<Section fill scrollable>
|
||||
<Section fill>
|
||||
<ObservableContent />
|
||||
</Section>
|
||||
</Stack.Item>
|
||||
|
||||
Reference in New Issue
Block a user