mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
UX: Add notification level to timeline menu
This commit is contained in:
parent
9e1021dfa3
commit
2f19eb4735
@ -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 New Issue
Block a user