Increase table attachment preview heights
This commit is contained in:
parent
ae6a762812
commit
cb6a3481f0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue