Fixed notes action buttons

This commit is contained in:
Luke "Jared" Bennett
2016-06-13 17:52:34 +01:00
parent e8ebc1b637
commit f866af766e
+11 -1
View File
@@ -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;
}