FIX: topic-notifications taking too much space in timeline

This commit is contained in:
Joffrey JAFFEUX 2017-09-07 19:55:56 +02:00 committed by GitHub
parent 5054065e81
commit 3c0a9d4d19
1 changed files with 2 additions and 11 deletions

View File

@ -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;
} }
} }