mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
Merge pull request #2557 from awesomerobot/master
removing 100% width on non-lightboxed images
This commit is contained in:
commit
3bbeede07e
|
@ -756,10 +756,6 @@ $topic-avatar-width: 45px;
|
|||
&.highlighted {
|
||||
background-color: scale-color($tertiary, $lightness: 85%);
|
||||
}
|
||||
.cooked p img, .cooked p svg {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.topic-avatar {
|
||||
border-top: 1px solid scale-color-diff();
|
||||
|
|
Loading…
Reference in New Issue
Block a user