@@ -282,3 +282,45 @@ a[href^="mailto:"]:active {
282282.ant-message .ant-message-custom-content span {
283283 font-family : "Inter" , -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , sans-serif !important ;
284284}
285+
286+ /* Chat sidebar menu: transparent background, rounded items */
287+ .chat-sidebar-menu .ant-menu-inline {
288+ background : transparent !important ;
289+ border-inline-end : none !important ;
290+ }
291+
292+ .chat-sidebar-menu .ant-menu-submenu-title {
293+ border-radius : 6px !important ;
294+ margin : 2px 4px !important ;
295+ width : calc (100% - 8px ) !important ;
296+ color : # 555 !important ;
297+ font-size : 12px !important ;
298+ letter-spacing : 0.03em !important ;
299+ text-transform : uppercase !important ;
300+ }
301+
302+ .chat-sidebar-menu .ant-menu-item {
303+ border-radius : 6px !important ;
304+ margin : 2px 4px !important ;
305+ width : calc (100% - 8px ) !important ;
306+ height : 36px !important ;
307+ line-height : 36px !important ;
308+ font-size : 13.5px !important ;
309+ font-weight : 500 !important ;
310+ transition : background 0.15s ease !important ;
311+ }
312+
313+ .chat-sidebar-menu .ant-menu-item : hover {
314+ background : rgba (0 , 0 , 0 , 0.05 ) !important ;
315+ }
316+
317+ .chat-sidebar-menu .ant-menu-item-selected {
318+ background : rgba (0 , 0 , 0 , 0.08 ) !important ;
319+ color : inherit !important ;
320+ font-weight : 600 !important ;
321+ }
322+
323+ /* Smooth transition on collapse/expand */
324+ .ant-layout-sider {
325+ transition : width 0.2s cubic-bezier (0.4 , 0 , 0.2 , 1 ) !important ;
326+ }
0 commit comments