mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
move .gap width into desktop styles
This commit is contained in:
parent
439927fa81
commit
05763f123a
@ -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:
|
||||||
|
@ -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%);
|
||||||
|
Loading…
Reference in New Issue
Block a user