Skip to content

Commit

Permalink
Added back UI icons across the site and made the icon preview on user…
Browse files Browse the repository at this point in the history
… profiles have a max width of 140px
  • Loading branch information
elrumo committed Jun 24, 2021
1 parent 7827f17 commit c89219d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/macos-big-sur-icons/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<script rel="preconnect" src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>

<!-- Adobe Coral -->
<link type="text/css" rel="stylesheet" href="/coral.min.css">
<script src="/coral.min.js" data-coral-icons-external="js"></script>
<!-- <link rel="stylesheet" type="text/css" href="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/css/coral.min.css">
<script src="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/js/coral.min.js" data-coral-icons-external="js"></script> -->
<!-- <link type="text/css" rel="stylesheet" href="/coral.min.css">
<script src="/coral.min.js" data-coral-icons-external="js"></script> -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/css/coral.min.css">
<script src="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/js/coral.min.js" data-coral-icons-external="js"></script>

<!-- heatmap -->
<script rel="preconnect" async>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>

<div class="card-img-wrapper fit-width">
<img :alt="icon.appName +' icon'" :src="icon.lowResPngUrl">
<img style="max-width: 140px;" :alt="icon.appName +' icon'" :src="icon.lowResPngUrl">
</div>

<div class="edit-dialog-acton-btns">
Expand Down

1 comment on commit c89219d

@vercel
Copy link

@vercel vercel bot commented on c89219d Jun 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.