mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update sidebar styles in mobile view (#285)
* 添加移动端点击自动关闭侧边栏 * 添加移动端点击自动关闭侧边栏 * 添加移动端点击自动关闭侧边栏 * move closeSidebar function to utils * move closeSidebar function to utils * 侧边栏优化 * 移动端侧边栏优化 * 移动端侧边栏优化 * 移动端侧边栏优化
This commit is contained in:
@@ -27,6 +27,9 @@ module.exports = {
|
||||
gridTemplateRows: {
|
||||
7: "repeat(7, minmax(0, 1fr))",
|
||||
},
|
||||
transitionDuration: {
|
||||
'377': '377ms',
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user