move mobile topic admin button to bottom

This commit is contained in:
Jeff Atwood 2017-06-23 00:36:50 -07:00
parent cbedc1a2ca
commit c1c778f1e5
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
top: 120px;
right: 10px;
z-index: 999;
outline: 0;
height: 35px;
}
.popup-menu {

View File

@ -211,3 +211,8 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
margin-right: 0;
}
}
.show-topic-admin {
top: 0px;
right: 150px;
}