2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

correct user page action button alignment on mobile

This commit is contained in:
Jeff Atwood 2014-11-13 23:41:17 -08:00
parent 313c41aadb
commit 6a40501cb3
2 changed files with 4 additions and 2 deletions

View file

@ -323,6 +323,7 @@
.controls { .controls {
padding: 0 0 12px 0; padding: 0 0 12px 0;
float: right; float: right;
text-align: right;
width: 180px; width: 180px;
ul {list-style-type: none;} ul {list-style-type: none;}
a { a {

View file

@ -342,8 +342,9 @@
} }
.controls { .controls {
width: 55%; width: 160px;
float: right; float: right;
text-align: right;
ul { ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;