Skip to content

Commit 3abc2e2

Browse files
committed
adjust styling of sidebar sessions
1 parent 67f5162 commit 3abc2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
/* Session List Item */
5555
.session-list-item {
56-
@apply px-3 py-2 rounded cursor-pointer hover:bg-gray-700 text-gray-300 text-sm flex items-center justify-between;
56+
@apply mb-3 px-3 py-2 rounded cursor-pointer hover:bg-gray-700 text-gray-300 text-sm flex items-center justify-between;
5757
}
5858

5959
.session-list-item.active {
@@ -74,7 +74,7 @@
7474
}
7575

7676
.session-delete-btn {
77-
@apply text-gray-500 hover:text-red-500;
77+
@apply text-gray-500 hover:text-red-500 ml-2;
7878
opacity: 0;
7979
transition: opacity 0.2s;
8080
}

0 commit comments

Comments
 (0)