move .gap width into desktop styles

This commit is contained in:
Jeff Atwood 2015-06-29 01:14:54 -07:00
parent 439927fa81
commit 05763f123a
2 changed files with 4 additions and 1 deletions

View File

@ -204,7 +204,6 @@ blockquote > *:last-child {
color: lighten($primary, 70%); color: lighten($primary, 70%);
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
width: calc(#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding});
&.jagged-border { &.jagged-border {
background-image: background-image:

View File

@ -709,6 +709,10 @@ $topic-avatar-width: 45px;
z-index: 2; z-index: 2;
} }
.gap {
width: calc(#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding});
}
.time-gap { .time-gap {
width: 755px; width: 755px;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);