FIX: topic-notifications taking too much space in timeline
This commit is contained in:
parent
5054065e81
commit
3c0a9d4d19
|
@ -121,12 +121,6 @@
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
|
||||||
.dropdown-menu {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
bottom: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button, .btn-group {
|
button, .btn-group {
|
||||||
float: none;
|
float: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -204,11 +198,8 @@
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.dropdown-menu {
|
.topic-notifications {
|
||||||
right: 0.5em;
|
min-width: auto;
|
||||||
top: auto;
|
|
||||||
bottom: 25px;
|
|
||||||
left: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue