mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 15:34:33 +08:00
Fix mobile unread notifications indicator
This commit is contained in:
@ -114,20 +114,3 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Navigation-drawer.unreadNotifications {
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: ' ';
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
background: @primary-color;
|
|
||||||
top: 10px;
|
|
||||||
right: 10px;
|
|
||||||
width: 14px;
|
|
||||||
height: 14px;
|
|
||||||
border-radius: 7px;
|
|
||||||
border: 2px solid @body-bg;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -28,3 +28,20 @@
|
|||||||
.rotate(0deg);
|
.rotate(0deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Navigation-drawer.unread {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
content: ' ';
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
background: @primary-color;
|
||||||
|
top: 10px;
|
||||||
|
right: 10px;
|
||||||
|
width: 14px;
|
||||||
|
height: 14px;
|
||||||
|
border-radius: 7px;
|
||||||
|
border: 2px solid @body-bg;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user