cleaned up topic header to allow for multiple line titles still being visible
This commit is contained in:
@@ -813,6 +813,7 @@ body.discussion {
|
||||
.browse-topic-drop-btn {
|
||||
display: block;
|
||||
position: absolute;
|
||||
padding-top: 10%;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
z-index: 50;
|
||||
@@ -824,13 +825,14 @@ body.discussion {
|
||||
@include transition(none);
|
||||
|
||||
.current-board {
|
||||
white-space: nowrap;
|
||||
white-space: normal;
|
||||
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
line-height: 58px;
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
color: #333;
|
||||
text-shadow: 0 1px 0 $white-t3;
|
||||
opacity: 0.0;
|
||||
@@ -1335,7 +1337,7 @@ body.discussion {
|
||||
|
||||
.profile-stat {
|
||||
display: inline-block;
|
||||
width: 30%;
|
||||
width: 32.5%;
|
||||
vertical-align: middle;
|
||||
font-size: 12px;
|
||||
|
||||
@@ -1396,10 +1398,6 @@ body.discussion {
|
||||
padding: 0 $baseline/2;
|
||||
}
|
||||
|
||||
.row-setting {
|
||||
padding-left: $baseline;
|
||||
}
|
||||
|
||||
.row-description {
|
||||
display: inline-block;
|
||||
width: 70%;
|
||||
@@ -1408,7 +1406,7 @@ body.discussion {
|
||||
}
|
||||
|
||||
.row-item-full {
|
||||
width: 70%;
|
||||
width: 77%;
|
||||
|
||||
.row-description {
|
||||
width: 80%;
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<div class="row-item-full">
|
||||
<i class="icon icon-envelope"></i>
|
||||
<span class="row-setting"><input type="checkbox" name="email-notification"></input></span>
|
||||
<span class="row-description"> If enabled, you will receive an email digest if there is new activity from posts you are following. </span>
|
||||
<span class="row-description"> If enabled, you will receive an email digest once a day notifying you about new, unread activity from posts you are following. </span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user