Skip to content

Commit 0a222e5

Browse files
committed
Fix icon sizing error for WebKit
1 parent deb6026 commit 0a222e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blobdash/static/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ main {
433433
max-width: 3rem;
434434
}
435435
@media (width >= 400px) {
436-
height: 100%;
436+
/* height: 100%; */
437437
align-self: center;
438438
}
439439
}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)