Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 8c6f59f

Browse files
committed
fix: hide logout button when sidebar collapsed
1 parent ac8fbb4 commit 8c6f59f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,10 @@ cap-widget {
535535
padding: 0;
536536
}
537537

538+
.sidebar.collapsed #logout-btn {
539+
display: none;
540+
}
541+
538542
.sidebar.collapsed .user-info {
539543
justify-content: center;
540544
padding: 4px 0;

0 commit comments

Comments
 (0)