Merge pull request #1368 from basecamp/update-icon
|
Before Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 339 KiB |
@@ -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 %>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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™</a></strong>
|
||||
<%= image_tag "logo.png", size: 28 %>
|
||||
<strong><a href="https://box-car.com" class="txt-ink">Made with Boxcar™</a></strong>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 904 KiB After Width: | Height: | Size: 901 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.8 KiB |