mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
clean up user page mobile styles
This commit is contained in:
parent
e822108d85
commit
28bd46d816
1 changed files with 3 additions and 6 deletions
|
@ -151,12 +151,11 @@
|
||||||
|
|
||||||
.user-navigation {
|
.user-navigation {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 1.8018%;
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
margin: 20px 0 10px 0;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -241,7 +240,6 @@
|
||||||
.btn { padding: 3px 12px; }
|
.btn { padding: 3px 12px; }
|
||||||
|
|
||||||
dl dd {
|
dl dd {
|
||||||
display: inline;
|
|
||||||
margin: 0 15px 0 5px;
|
margin: 0 15px 0 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -344,8 +342,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
padding: 0 0 12px 0;
|
width: 40%;
|
||||||
float: right;
|
|
||||||
ul {list-style-type: none;}
|
ul {list-style-type: none;}
|
||||||
a {
|
a {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
@ -355,7 +352,6 @@
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 5px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -411,6 +407,7 @@
|
||||||
|
|
||||||
|
|
||||||
.user-stream {
|
.user-stream {
|
||||||
|
padding: 0 10px;
|
||||||
.end-of-stream {
|
.end-of-stream {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue