Remove 'file-icon' in empty link preview

This commit is contained in:
Chewbacca
2022-12-27 10:06:28 -05:00
parent 63201c4acf
commit cfc03f9a3f
2 changed files with 2 additions and 10 deletions

View File

@ -61,7 +61,7 @@
}
.status-card {
@apply flex text-sm border border-solid border-gray-200 dark:border-gray-800 rounded-lg text-gray-800 dark:text-gray-200 min-h-[150px] no-underline overflow-hidden;
@apply flex text-sm border border-solid border-gray-200 dark:border-gray-800 rounded-lg text-gray-800 dark:text-gray-200 no-underline overflow-hidden;
}
a.status-card {
@ -95,10 +95,6 @@ a.status-card {
stroke-width: 1px;
}
}
&--empty {
flex: 0 0 80px;
}
}
.status-card.horizontal {