We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f5162 commit 3abc2e2Copy full SHA for 3abc2e2
styles.css
@@ -53,7 +53,7 @@
53
54
/* Session List Item */
55
.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;
+ @apply mb-3 px-3 py-2 rounded cursor-pointer hover:bg-gray-700 text-gray-300 text-sm flex items-center justify-between;
57
}
58
59
.session-list-item.active {
@@ -74,7 +74,7 @@
74
75
76
.session-delete-btn {
77
- @apply text-gray-500 hover:text-red-500;
+ @apply text-gray-500 hover:text-red-500 ml-2;
78
opacity: 0;
79
transition: opacity 0.2s;
80
0 commit comments