Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 25 additions & 18 deletions public/mouse-preview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nav { display: grid; gap: .3rem; margin-top: 2.5rem; }
.device-overview { display: grid; grid-template-columns: 1.45fr 1fr; min-height: 330px; overflow: hidden; border: 1px solid #2b2b2f; border-radius: 14px; background: #111113; }
.mouse-stage { position: relative; display: grid; min-height: 330px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #29292d 0, #151517 40%, #101012 72%); }
.mouse-stage::before { position: absolute; width: 430px; height: 430px; border: 1px solid #29292d; border-radius: 50%; content: ""; }
.mouse-svg { position: relative; width: 154px; height: auto; filter: drop-shadow(0 30px 28px rgb(0 0 0 / 55%)); transform: rotate(-7deg); }
.mouse-svg { position: relative; width: 188px; height: auto; filter: drop-shadow(0 30px 28px rgb(0 0 0 / 55%)); }
.model-caption { position: absolute; right: 1rem; bottom: 1rem; color: #66666b; font-family: "JetBrains Mono", monospace; font-size: .58rem; letter-spacing: .1em; }
.quick-stats { display: grid; grid-template-rows: repeat(3, 1fr); border-left: 1px solid #2b2b2f; }
.quick-stats article { display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; border-bottom: 1px solid #2b2b2f; }
Expand Down