summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_headers.scss5
-rw-r--r--webapp/sass/layout/_webhooks.scss12
2 files changed, 14 insertions, 3 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index 0a836eafd..3e0a51422 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -175,9 +175,10 @@
}
.channel-header__description {
- height: 35px;
+ height: 19px;
+ margin-top: 3px;
+ margin-bottom: 13px;
overflow: hidden;
- padding: 3px 0 0;
position: relative;
text-overflow: ellipsis;
width: calc(100% - 18px);
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index edb4cbd93..15572ce85 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -37,6 +37,16 @@
}
.post {
+ &.post--comment {
+ .attachment {
+ .attachment__body__wrap {
+ .btn-close {
+ left: -11px;
+ }
+ }
+ }
+ }
+
.attachment {
margin-left: -20px;
position: relative;
@@ -64,7 +74,7 @@
.attachment__thumb-pretext {
background: transparent;
border: none;
- margin-left: 5px;
+ margin-left: 25px;
}
.attachment__container {