mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -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;
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
width: 40%;
|
||||
width: 45%;
|
||||
|
||||
> li > a {
|
||||
padding: 8px 10px;
|
||||
|
|
|
@ -144,11 +144,6 @@
|
|||
|
||||
.user-main {
|
||||
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-bottom: 50px;
|
||||
|
||||
|
||||
table.group-members {
|
||||
width: 100%;
|
||||
p {
|
||||
|
@ -603,6 +598,26 @@
|
|||
width: 300px;
|
||||
}
|
||||
|
||||
.show-badge-details {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.user-badges {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.show-badge-details .badge-grant-info {
|
||||
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