mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:20:57 -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%);
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: calc(#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding});
|
||||
|
||||
&.jagged-border {
|
||||
background-image:
|
||||
|
@ -709,6 +709,10 @@ $topic-avatar-width: 45px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.gap {
|
||||
width: calc(#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding});
|
||||
}
|
||||
|
||||
.time-gap {
|
||||
width: 755px;
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
|
Loading…
Reference in New Issue
Block a user