1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Increase table attachment preview heights

This commit is contained in:
Andrew Kingston 2021-03-24 18:45:55 +00:00
parent c70b69577a
commit 22fb849ad2

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>