mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: topic-notifications taking too much space in timeline
This commit is contained in:
parent
5054065e81
commit
3c0a9d4d19
@ -121,12 +121,6 @@
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
button, .btn-group {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
@ -204,11 +198,8 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
ul.dropdown-menu {
|
||||
right: 0.5em;
|
||||
top: auto;
|
||||
bottom: 25px;
|
||||
left: auto;
|
||||
.topic-notifications {
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user