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:
parent
313c41aadb
commit
6a40501cb3
2 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue