mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
mobile user profile page tweak
This commit is contained in:
parent
6f391052dc
commit
4e3a8b87e3
1 changed files with 5 additions and 2 deletions
|
@ -342,9 +342,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
width: 40%;
|
width: 55%;
|
||||||
float:right;
|
float:right;
|
||||||
ul {list-style-type: none;}
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue