Support large cards

This commit is contained in:
Michael Shamoon
2021-03-12 06:54:22 -08:00
parent 5eca0ce554
commit 4696f9896b
2 changed files with 44 additions and 7 deletions

View File

@@ -37,3 +37,21 @@
.doc-img-background-selected {
background-color: $primaryFaded;
}
.card-metadata {
line-height: 1;
button {
line-height: 1;
&:hover,
&:focus {
background-color: transparent !important;
}
}
.metadata-icon {
width: 0.8rem;
height: 0.8rem;
}
}