Adjust alignment and layout in entry card components
This commit is contained in:
@@ -83,7 +83,7 @@ h4 {
|
|||||||
.entry-card {
|
.entry-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
background: var(--card);
|
background: var(--card);
|
||||||
padding: 1rem 1rem 0.85rem;
|
padding: 1rem 1rem 0.85rem;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@@ -99,7 +99,7 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entry-card__content {
|
.entry-card__content {
|
||||||
flex: 1 1 75%;
|
flex: 1 1 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
@@ -114,8 +114,8 @@ h4 {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.35rem;
|
gap: 0.35rem;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 auto;
|
||||||
min-width: 140px;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-link {
|
.entry-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user