mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:27:09 +08:00
Fix mobile unread notifications indicator
This commit is contained in:
parent
c5c41832b3
commit
8194de1df6
@ -114,20 +114,3 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user