diff options
Diffstat (limited to 'styles.less')
-rw-r--r-- | styles.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/styles.less b/styles.less index 61190ae..cfdabc7 100644 --- a/styles.less +++ b/styles.less @@ -78,6 +78,23 @@ body { } } +.attachments { + display: flex; + .attachment { + max-height: 25em; + max-width: 20em; + border: 2px black ridge; + background: white; + .attachment-header { + display: flex; + justify-content: space-between; + } + img { + max-width: 100%; + } + } +} + #messageInput { flex-grow: 1; } |