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