mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Use responsive image sizes in post stream (#13343)
This commit is contained in:
@@ -25,10 +25,6 @@ div.poll {
|
||||
}
|
||||
|
||||
img {
|
||||
// TODO: remove once disable_image_size_calculations is removed
|
||||
// needed to override internal styles in image-sizing hack
|
||||
max-width: 100% !important;
|
||||
height: auto;
|
||||
// Hacky way to stop images without width/height
|
||||
// from causing abrupt unintended scrolling
|
||||
&:not([width]):not(.emoji),
|
||||
|
||||
Reference in New Issue
Block a user