Skip to content

Commit

Permalink
feat: shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Dec 8, 2024
1 parent b591a9d commit ace40a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added frontend/public/shortcut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions frontend/src/lib/CoffeeStatsBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
<div class="card-back">
<div class="info-box">
<p class="content">
<a
href="https://www.icloud.com/shortcuts/b30c3805f6b546dca3a39ab06b7685cc"
>
<img
src="/shortcut.png"
alt="Shortcut"
width="80"
height="auto"
id="shortcut"
/>
</a>
<MostBrewed />
</p>
</div>
Expand All @@ -37,6 +48,11 @@
</div>

<style>
#shortcut {
position: fixed;
bottom: 4px;
right: 1px;
}
.card-container {
perspective: 1000px;
width: 100%;
Expand Down

0 comments on commit ace40a8

Please sign in to comment.