summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-14 14:56:05 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 14:56:05 +0100
commit44f3f42bac143f87d756ed38fa7142f98c7be90d (patch)
tree2ff7de87e73e3cdffde54a351cee8541dc25b210 /app
parente490a54105b6c820e330514aeb91d004997b031c (diff)
downloadgitlab-ce-44f3f42bac143f87d756ed38fa7142f98c7be90d.tar.gz
Dicussion action mobile fix
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 7489d5de5f0..e4f96c11aae 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -215,6 +215,17 @@ ul.notes {
color: $notes-action-color;
}
+.discussion-actions {
+ @media (max-width: $screen-sm-max) {
+ float: none;
+ margin-left: 0;
+
+ .note-action-button {
+ margin-left: 0;
+ }
+ }
+}
+
.note-action-button,
.discussion-action-button {
display: inline-block;