Skip to content

Commit

Permalink
Merge pull request #3566 from vector-im/luke/clarify-unread-msg-top-b…
Browse files Browse the repository at this point in the history
…anner

Adjust CSS for matrix-org/matrix-react-sdk#789
  • Loading branch information
lukebarnard1 authored Apr 4, 2017
2 parents e40c690 + 3407f66 commit 579e70e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ limitations under the License.
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid $primary-hairline-color;

/* in absence of img */
height: 24px;
}

.mx_TopUnreadMessagesBar_scrollUp {
display: inline;
cursor: pointer;

/* in absence of img */
padding-left: 65px;
}

.mx_TopUnreadMessagesBar_scrollUp img {
Expand Down

0 comments on commit 579e70e

Please sign in to comment.