chore(ui): widen left sidebar width limits
This commit is contained in:
@@ -88,9 +88,9 @@ interface InstanceShellProps {
|
|||||||
tabBarOffset: number
|
tabBarOffset: number
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_SESSION_SIDEBAR_WIDTH = 280
|
const DEFAULT_SESSION_SIDEBAR_WIDTH = 340
|
||||||
const MIN_SESSION_SIDEBAR_WIDTH = 220
|
const MIN_SESSION_SIDEBAR_WIDTH = 220
|
||||||
const MAX_SESSION_SIDEBAR_WIDTH = 360
|
const MAX_SESSION_SIDEBAR_WIDTH = 400
|
||||||
const RIGHT_DRAWER_WIDTH = 260
|
const RIGHT_DRAWER_WIDTH = 260
|
||||||
const MIN_RIGHT_DRAWER_WIDTH = 200
|
const MIN_RIGHT_DRAWER_WIDTH = 200
|
||||||
const MAX_RIGHT_DRAWER_WIDTH = 380
|
const MAX_RIGHT_DRAWER_WIDTH = 380
|
||||||
|
|||||||
Reference in New Issue
Block a user