Fix edit buttom style
This commit is contained in:
@@ -278,10 +278,15 @@
|
|||||||
.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 {
|
||||||
background: #333;
|
background: #333;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-btn {
|
.delete-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user