mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2557 from awesomerobot/master
removing 100% width on non-lightboxed images
This commit is contained in:
@@ -756,10 +756,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();
|
||||||
|
|||||||
Reference in New Issue
Block a user