1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Increase table attachment preview heights

This commit is contained in:
Andrew Kingston 2021-03-24 18:45:55 +00:00
parent ae6a762812
commit cb6a3481f0

View file

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