mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
move mobile topic admin button to bottom
This commit is contained in:
parent
cbedc1a2ca
commit
c1c778f1e5
2 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
top: 120px;
|
top: 120px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
outline: 0;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu {
|
.popup-menu {
|
||||||
|
|
|
@ -211,3 +211,8 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-topic-admin {
|
||||||
|
top: 0px;
|
||||||
|
right: 150px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue