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

Side by Side Diff: chrome/browser/resources/md_history/shared_style.html

Issue 1989773002: MD History: Fix favicon sizing on High DPI screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <dom-module id="shared-style"> 1 <dom-module id="shared-style">
2 <template> 2 <template>
3 <style> 3 <style>
4 :root { 4 :root {
5 --card-border-color: rgba(0, 0, 0, 0.14); 5 --card-border-color: rgba(0, 0, 0, 0.14);
6 --card-max-width: 960px; 6 --card-max-width: 960px;
7 --card-min-width: 500px; 7 --card-min-width: 500px;
8 --card-padding-side: 24px; 8 --card-padding-side: 24px;
9 --first-card-padding-top: 40px; 9 --first-card-padding-top: 40px;
10 --side-bar-width: 256px; 10 --side-bar-width: 256px;
(...skipping 21 matching lines...) Expand all
32 color: #b4b4b4; 32 color: #b4b4b4;
33 display: flex; 33 display: flex;
34 flex: 1; 34 flex: 1;
35 font-size: 14px; 35 font-size: 14px;
36 font-weight: 500; 36 font-weight: 500;
37 justify-content: center; 37 justify-content: center;
38 } 38 }
39 39
40 .website-icon { 40 .website-icon {
41 -webkit-margin-end: 16px; 41 -webkit-margin-end: 16px;
42 background-repeat: no-repeat;
43 background-size: 16px;
42 height: 16px; 44 height: 16px;
43 min-width: 16px; 45 min-width: 16px;
44 } 46 }
45 47
46 .website-title { 48 .website-title {
47 color: #333; 49 color: #333;
48 overflow: hidden; 50 overflow: hidden;
49 text-decoration: none; 51 text-decoration: none;
50 text-overflow: ellipsis; 52 text-overflow: ellipsis;
51 white-space: nowrap; 53 white-space: nowrap;
52 } 54 }
53 55
54 .website-title:hover { 56 .website-title:hover {
55 text-decoration: underline; 57 text-decoration: underline;
56 } 58 }
57 </style> 59 </style>
58 </template> 60 </template>
59 </dom-module> 61 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698