Increase table attachment preview heights

This commit is contained in:
Andrew Kingston 2021-03-24 18:45:55 +00:00
parent ae6a762812
commit cb6a3481f0
1 changed files with 7 additions and 5 deletions

View File

@ -14,19 +14,21 @@
<style> <style>
img { img {
height: 24px; height: 32px;
max-width: 50px; max-width: 64px;
} }
.file { .file {
height: 24px; height: 32px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
padding: 0 8px; padding: 0 8px;
color: var(--spectrum-global-color-gray-500); color: var(--spectrum-global-color-gray-800);
border: 1px solid var(--spectrum-global-color-gray-500); border: 1px solid var(--spectrum-global-color-gray-300);
border-radius: 2px; border-radius: 2px;
text-transform: uppercase; text-transform: uppercase;
font-weight: 500;
font-size: 11px;
} }
</style> </style>