AutorÃa | Ultima modificación | Ver Log |
.aside {
display: flex;
flex-direction: column;
gap: 0.5rem;
grid-area: aside;
}
.sidebar-apps__widget {
.sd-title {
padding: 0;
h3 {
font-weight: initial;
color: initial;
}
}
.suggestions-list {
max-height: auto;
}
.postsList {
display: grid;
grid-template-columns: 2fr 3fr;
grid-template-rows: 1fr 2fr;
height: 76px;
padding: 0.5rem;
border-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
&:nth-last-child(1) {
border-bottom: 0;
}
h4 {
font-size: 1rem;
font-weight: 600;
}
img {
grid-column: 1;
grid-row: 1/3;
height: 100%;
}
span,
.btn-primary {
display: none;
}
}
}