Skip to content

Commit 7ee3734

Browse files
committed
Increase Discord card to 44px
1 parent 9797dd2 commit 7ee3734

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ cap-widget {
649649
display: flex;
650650
align-items: center;
651651
justify-content: center;
652-
width: 36px;
653-
height: 36px;
652+
width: 44px;
653+
height: 44px;
654654
background: transparent;
655655
border: 1px solid rgba(255,255,255,0.08);
656656
border-radius: 10px;

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function renderLoginPage() {
666666
</div>
667667
668668
<a href="https://discord.zero-host.org" target="_blank" class="discord-login-card">
669-
<svg width="18" height="18" viewBox="0 0 127.14 96.36" fill="#5865F2">
669+
<svg width="22" height="22" viewBox="0 0 127.14 96.36" fill="#5865F2">
670670
<path d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"/>
671671
</svg>
672672
</a>

0 commit comments

Comments
 (0)