mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
8d47f56917
* Build assets using webpack * Change webpack bundling method, add path aliases, restore deploy script * Remove babel dependencies * Add buble rollup plugin and always attach promise polyfill to window * Fix object formatting for buble rollup plugin config * Remove reference to setImmediate from promise polyfill
6 lines
281 B
SCSS
6 lines
281 B
SCSS
// For more shame related to this, see the <style> element inside app/views/adverts/index.html.slim
|
|
// Until HTML/CSS includes a native way to resize iframes based on their content, we do this approximation with viewport units.
|
|
.ad-sandbox {
|
|
height: 18vw;
|
|
max-height: 113px;
|
|
}
|