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