correct user page action button alignment on mobile
This commit is contained in:
parent
313c41aadb
commit
6a40501cb3
|
@ -323,6 +323,7 @@
|
|||
.controls {
|
||||
padding: 0 0 12px 0;
|
||||
float: right;
|
||||
text-align: right;
|
||||
width: 180px;
|
||||
ul {list-style-type: none;}
|
||||
a {
|
||||
|
|
|
@ -342,8 +342,9 @@
|
|||
}
|
||||
|
||||
.controls {
|
||||
width: 55%;
|
||||
float:right;
|
||||
width: 160px;
|
||||
float: right;
|
||||
text-align: right;
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue