Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9854)

Unified Diff: chrome/browser/resources/md_history/synced_device_card.html

Issue 2119113002: MD History: Fix item sizing in small windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_history/shared_style.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index b02316a231322f6c18a128064479b96d13851a01..6a275a4298bb97b0a9545aee92b6d35e7c3d2628 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -12,9 +12,9 @@
<template>
<style include="shared-style">
:host {
- @apply(--layout-center);
- @apply(--layout-vertical);
- padding: 0 var(--card-padding-side) var(--card-padding-between);
+ @apply(--card-sizing);
+ display: block;
+ padding-bottom: var(--card-padding-between);
}
#card-heading {
@@ -60,9 +60,6 @@
border: 1px solid var(--card-border-color);
border-bottom-width: 2px;
border-radius: 2px;
- max-width: var(--card-max-width);
- min-width: var(--card-min-width);
- width: 100%;
}
#item-container {
« no previous file with comments | « chrome/browser/resources/md_history/shared_style.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698