Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schubert <mail@dennis-schubert.de>2016-08-21 15:27:16 +0300
committerDennis Schubert <mail@dennis-schubert.de>2016-08-21 15:27:16 +0300
commit3be0d52bc9c7eafc25063cc84a0874b1c05418ee (patch)
treea3125dbdb60422bc3eb5bb96f448eb5247f933fb /app/assets
parent93037098ce639c41d7c24fadace121257c294c6c (diff)
parent3179b492f7964fbeabfd713b3a213d2de7c39090 (diff)
Merge pull request #7016 from svbergerem/fix-7015
Fix misplaced publisher prefill on tags page
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/publisher.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/publisher.scss b/app/assets/stylesheets/publisher.scss
index 8dd88a2a8..2504f8d34 100644
--- a/app/assets/stylesheets/publisher.scss
+++ b/app/assets/stylesheets/publisher.scss
@@ -14,6 +14,10 @@
display: none !important;
}
+ .mentions-box {
+ margin-top: 0;
+ }
+
#publisher_textarea_wrapper { border: 1px solid $border-grey !important; }
}