Merge pull request #1368 from basecamp/update-icon

This commit is contained in:
Sean Mitchell
2025-10-22 14:52:28 -07:00
committed by GitHub
11 changed files with 3 additions and 19 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

+1 -1
View File
@@ -2,6 +2,6 @@
data: {
action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
controller: "hotkey" } do %>
<span><%= image_tag "fizzy-logo.png" %></span>
<span><%= image_tag "logo.png" %></span>
<strong class="txt-medium overflow-ellipsis margin-none">Boxcar</strong>
<% end %>
-16
View File
@@ -71,22 +71,6 @@
}
}
.error-page__logo {
--logo-size: 1.65em;
align-items: center;
display: flex;
font-size: var(--text-medium);
font-weight: bold;
gap: 0.5ch;
justify-content: center;
img {
block-size: var(--logo-size);
display: block;
}
}
.error-page__stamp {
--padding: 1rem 2rem;
--stroke-width: 0.25rem;
+2 -2
View File
@@ -14,8 +14,8 @@
<footer id="footer">
<div class="justify-center center margin-block-double flex align-end gap">
<%= image_tag "fizzy-logo.png", size: 28 %>
<strong><a href="http://box-car.com" class="txt-ink">Made with Boxcar&trade;</a></strong>
<%= image_tag "logo.png", size: 28 %>
<strong><a href="https://box-car.com" class="txt-ink">Made with Boxcar&trade;</a></strong>
</div>
</footer>
</body>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 904 KiB

After

Width:  |  Height:  |  Size: 901 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB