blob: 6d56c1cdaa70526749e2db04d42554a17d6041fa [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'chrome-untrusted://personalization/polymer/v3_0/polymer/polymer_bundled.min.js';
const styles = document.createElement('dom-module');
styles.innerHTML = `
<template>
<style>
/* Different breakpoint for inside the iframe. Use !important to make sure
* there are no css ordering issues.
* Subtract 0.1px to fix subpixel rounding issues with iron-list. */
@media (min-width: 688px) {
.photo-container {
width: calc(25% - 0.1px) !important;
}
}
</style>
</template>`;
styles.register('untrusted-style');