mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
correct styling for tracking button on mobile
This commit is contained in:
parent
03ec8f8089
commit
861a91d48a
|
@ -116,11 +116,18 @@
|
|||
bottom: 10px;
|
||||
left: 10px;
|
||||
|
||||
button {
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
button, .btn-group {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0;
|
||||
margin-right: 15px;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
.timeline-scrollarea-wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user