mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Set min sidebar width to 200
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const constrainSidebarWidth = (num: number) => {
|
||||
if (num < 165) {
|
||||
return 165;
|
||||
if (num < 200) {
|
||||
return 200;
|
||||
}
|
||||
|
||||
if (num > 400) {
|
||||
|
||||
Reference in New Issue
Block a user