1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix notification list appearance

This commit is contained in:
Toby Zerner
2015-07-23 14:32:21 +09:30
parent ce5e4b6c0f
commit 1e74d57526
3 changed files with 6 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
margin-right: 18px;
vertical-align: 1px;
.badge {
.Badge {
margin-right: -13px;
position: relative;
.Badge--size(21px);
@@ -115,7 +115,7 @@
}
}
.drawerToggle.unreadNotifications {
.Navigation-drawer.unreadNotifications {
position: relative;
&:after {
@@ -123,8 +123,8 @@
display: block;
position: absolute;
background: @primary-color;
top: 8px;
right: 6px;
top: 10px;
right: 10px;
width: 14px;
height: 14px;
border-radius: 7px;