decrease side bar width

This commit is contained in:
Pritimay Sarkar
2024-02-10 07:45:11 +05:30
parent 83dc9f068f
commit 0c5b13fc67

View File

@@ -1,6 +1,6 @@
const sizeConfigs = { const sizeConfigs = {
sidebar: { sidebar: {
width: "300px" width: "260px"
} }
}; };