🐛 Optimizing styling of chat

This commit is contained in:
2025-01-08 17:37:16 +08:00
parent d699cac9b1
commit 4edfa7fd50
4 changed files with 8 additions and 3 deletions

View File

@ -49,7 +49,7 @@ class _AppNavigationDrawerState extends State<AppNavigationDrawer> {
backgroundColor: backgroundColor,
selectedIndex: nav.currentIndex,
children: [
if (!kIsWeb && (Platform.isWindows || Platform.isLinux || Platform.isMacOS))
if (!kIsWeb && (Platform.isWindows || Platform.isLinux || Platform.isMacOS) && !cfg.drawerIsExpanded)
Container(
decoration: BoxDecoration(
border: Border(