summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_webhooks.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_webhooks.scss')
-rw-r--r--webapp/sass/layout/_webhooks.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index 61658ea5e..976b8361b 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -86,6 +86,10 @@
display: inline-block;
}
+ .attachment__image {
+ max-height: 300px;
+ }
+
.attachment__author-name {
@include opacity(.6);
}
@@ -119,7 +123,8 @@
.attachment__thumb-container {
float: right;
- width: 20%;
+ text-align: right;
+ width: 80px;
img {
max-height: 75px;