mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
UX: Add notification level to timeline menu
This commit is contained in:
parent
9e1021dfa3
commit
2f19eb4735
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
.timeline-container {
|
||||
box-sizing: border-box;
|
||||
z-index: 1;
|
||||
z-index: 999;
|
||||
margin-left: 757px;
|
||||
position: fixed;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
|
@ -23,6 +23,13 @@
|
|||
button {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
ul.dropdown-menu {
|
||||
right: 0.5em;
|
||||
top: 23px;
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.start-date {
|
||||
|
|
Loading…
Reference in a new issue