summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-13 17:52:34 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-13 17:52:34 +0100
commitf866af766e5ffe461b835e0071f47e9668d4f93d (patch)
tree2cc7c54f1336849351836e355741a5acbd74c5e1
parente8ebc1b6374464586269fcc8f5a025934eac8294 (diff)
downloadgitlab-ce-f866af766e5ffe461b835e0071f47e9668d4f93d.tar.gz
Fixed notes action buttons
-rw-r--r--app/assets/stylesheets/pages/notes.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 0c084118753..35d728aec83 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -139,6 +139,12 @@ ul.notes {
@media (min-width: $screen-sm-min) {
padding-right: 0;
}
+
+ @media (max-width: $screen-xs-min) {
+ .inline {
+ display: block;
+ }
+ }
}
.note-emoji-button {
@@ -258,7 +264,11 @@ ul.notes {
position: absolute;
right: 0;
top: 0;
-
+
+ .note-action-button {
+ margin-left: 10px;
+ }
+
@media (min-width: $screen-sm-min) {
position: relative;
}