tighten up post spacing on mobile
This commit is contained in:
parent
527c9158eb
commit
0969bd0f0d
|
@ -237,6 +237,8 @@ blockquote > *:last-child {
|
|||
background-repeat: repeat-x;
|
||||
padding: 20px 0;
|
||||
margin-bottom: 20px;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -17,9 +17,8 @@ $mobile-wrapper-padding: 10px;
|
|||
body {
|
||||
|
||||
.boxed {
|
||||
height: 100%;
|
||||
.contents {
|
||||
padding: 10px 0;
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
&.white {
|
||||
background-color: $secondary;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
.topic-post {
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
padding: 6px 0 3px 0;
|
||||
padding: 6px 0 0 0;
|
||||
}
|
||||
|
||||
span.badge-posts {
|
||||
|
@ -159,10 +159,7 @@ a.star {
|
|||
}
|
||||
|
||||
.topic-post .boxed .contents {
|
||||
float: none;
|
||||
padding-top: 5px;
|
||||
clear: both;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.topic-map {
|
||||
|
|
|
@ -728,7 +728,7 @@ en:
|
|||
sign_up: "Sign Up"
|
||||
hide_session: "Remind me tomorrow"
|
||||
hide_forever: "Never show this again"
|
||||
hidden_for_session: "OK, I'll ask you tomorrow. You can always click the 'Log In' button to create an account, too."
|
||||
hidden_for_session: "OK, I'll ask you tomorrow. You can always use 'Log In' to create an account, too."
|
||||
intro: "Hey there! :heart_eyes: Looks like you're enjoying the discussion, but you're not signed up for an account."
|
||||
value_prop: "When you create an account, we can track exactly what you've read, so you always come right back where you left off. You can also get notifications, here and via email, whenever new posts are made. And you can like posts to share the love. :heartbeat:"
|
||||
methods:
|
||||
|
|
Loading…
Reference in New Issue