mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 18:23:37 +08:00
mobile topic list and user page CSS tweaks
This commit is contained in:
parent
8a5f8d62b2
commit
fac25763ba
|
@ -34,7 +34,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{#if model.can_send_private_message_to_user}}
|
{{#if model.can_send_private_message_to_user}}
|
||||||
<li>
|
<li>
|
||||||
<a class='btn btn-primary right' {{action "composePrivateMessage" model}}>
|
<a class='btn btn-primary' {{action "composePrivateMessage" model}}>
|
||||||
{{fa-icon "envelope"}}
|
{{fa-icon "envelope"}}
|
||||||
{{i18n 'user.private_message'}}
|
{{i18n 'user.private_message'}}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -120,7 +120,9 @@
|
||||||
.age {
|
.age {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
a {
|
a {
|
||||||
padding: 15px 10px 15px 5px;
|
// let's make all ages dim on mobile so we're not
|
||||||
|
// overwhelming people with info about each topic
|
||||||
|
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%)) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -256,7 +256,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
padding: 15px 15px 4px 15px;
|
padding: 15px 10px 4px 10px;
|
||||||
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user