Modify entry card style and add actions container
This commit is contained in:
@@ -74,7 +74,8 @@ h4 {
|
||||
}
|
||||
|
||||
.entry-card {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--card);
|
||||
padding: 1rem;
|
||||
border-radius: 16px;
|
||||
@@ -107,6 +108,12 @@ h4 {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.entry-card__actions {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.pill {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user