Mas cmabios de estilo, relamente no se exactamente que cambio hice

This commit is contained in:
Daniel Cortes
2020-06-17 07:20:26 -04:00
parent 6a19e651d3
commit 5fbbc1dd1c
4 changed files with 22 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ ul.entity-list {
width: 200px;
height: 200px;
background-color: var(--gray-2);
margin-right: 1em;
}
.body {
@@ -55,6 +54,10 @@ ul.entity-list {
display: flex;
flex-direction: column;
}
.cover {
margin-right: 1em;
}
}
.widget {
@@ -74,8 +77,7 @@ ul.entity-list {
justify-content: space-between;
.entity-item {
margin-bottom: 2em;
padding-bottom: .5em;
a {
.cover {
width: 250px;
@@ -83,7 +85,9 @@ ul.entity-list {
}
.body {
height: 15px;
display: flex;
flex-direction: column;
.title {
max-width: 250px;
display: inline-block;
@@ -91,8 +95,8 @@ ul.entity-list {
overflow: hidden;
text-overflow: ellipsis;
}
.subtitle {
display: none;
}
}
}
@@ -131,6 +135,7 @@ ul.entity-list {
border-bottom: solid var(--line-width) var(--accent);
transition: width 300ms ease-in;
width: 0;
margin-top: -5px;
}
.cover {