Fixed notes action buttons

This commit is contained in:
Luke "Jared" Bennett 2016-06-13 17:52:34 +01:00
parent e8ebc1b637
commit f866af766e
1 changed files with 11 additions and 1 deletions

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 {
@ -259,6 +265,10 @@ ul.notes {
right: 0;
top: 0;
.note-action-button {
margin-left: 10px;
}
@media (min-width: $screen-sm-min) {
position: relative;
}