style(bookmarks): ensure green buttons align to far right in compact view

This commit is contained in:
Gigi
2025-10-05 21:58:45 +01:00
parent 6088dcc395
commit 0798267084

View File

@@ -758,6 +758,7 @@ body {
align-items: center;
gap: 0.75rem;
height: 28px;
justify-content: space-between;
}
.compact-row.clickable {
@@ -809,6 +810,7 @@ body {
width: 26px;
height: 22px;
flex-shrink: 0;
margin-left: auto;
transition: background-color 0.2s ease;
}