mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
more mobile badge tweaks
This commit is contained in:
parent
f9f84620d1
commit
94f831f7e7
@ -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 New Issue
Block a user