mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
more mobile badge tweaks
This commit is contained in:
parent
f9f84620d1
commit
94f831f7e7
2 changed files with 21 additions and 6 deletions
|
@ -120,7 +120,7 @@ h2#site-text-logo
|
||||||
list-style: none;
|
list-style: none;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 40%;
|
width: 45%;
|
||||||
|
|
||||||
> li > a {
|
> li > a {
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
|
|
|
@ -144,11 +144,6 @@
|
||||||
|
|
||||||
.user-main {
|
.user-main {
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
float: left;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
|
|
||||||
|
|
||||||
table.group-members {
|
table.group-members {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
p {
|
p {
|
||||||
|
@ -603,6 +598,26 @@
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-badge-details {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-badges {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.show-badge-details .badge-grant-info {
|
.show-badge-details .badge-grant-info {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-info.medium {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-info.medium.user-detail {
|
||||||
|
width: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-info.medium.user-image {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue