removing 100% width on non-lightboxed images
This commit is contained in:
parent
c47a70e390
commit
9da806d2fa
|
@ -751,10 +751,6 @@ $topic-avatar-width: 45px;
|
||||||
&.highlighted {
|
&.highlighted {
|
||||||
background-color: scale-color($tertiary, $lightness: 85%);
|
background-color: scale-color($tertiary, $lightness: 85%);
|
||||||
}
|
}
|
||||||
.cooked p img, .cooked p svg {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.topic-avatar {
|
.topic-avatar {
|
||||||
border-top: 1px solid scale-color-diff();
|
border-top: 1px solid scale-color-diff();
|
||||||
|
|
Loading…
Reference in New Issue