An other fix for edit buttom style

This commit is contained in:
Alexej Wolff
2026-02-11 17:52:50 +01:00
parent 3e272d0f8e
commit 323932ce83
+4 -4
View File
@@ -252,6 +252,9 @@
} }
.action-btn { .action-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.875rem 1.5rem; padding: 0.875rem 1.5rem;
border: none; border: none;
border-radius: 12px; border-radius: 12px;
@@ -260,6 +263,7 @@
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
transition: all 0.2s; transition: all 0.2s;
box-sizing: border-box;
} }
.play-btn { .play-btn {
@@ -278,10 +282,6 @@
.edit-btn { .edit-btn {
background: #2a2a2a; background: #2a2a2a;
color: #ccc; color: #ccc;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
} }
.edit-btn:hover { .edit-btn:hover {