Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Attempt to fix Dock Menu Unalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored Apr 25, 2023
1 parent 59b47ec commit ef95d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5 class="timeT" id="time"></h5>
<div class="deskapp" title="Discord" onclick="new WIN('(oneinst)[true]', '(link)[https://discord.com]', '(icn)[./resources/discord.png]', '(title)[Discord]', '(os)[false]', '(full)[false]', '(appname)[discord]');">
<img src="./resources/discord.png" id="disc" title="Discord" class="appIcon">
</div>
<div class="deskapp" title="BruhProx" onclick="new WIN('(link)[https://bruhprox.pages.dev]', '(icn)[./resources/bruhprox.png]', '(title)[BruhProx]', '(os)[true]', '(full)[false]', '(appname)[bruhprox]');"></div>
<div class="deskapp" title="BruhProx" onclick="new WIN('(link)[https://bruhprox.pages.dev]', '(icn)[./resources/bruhprox.png]', '(title)[BruhProx]', '(os)[true]', '(full)[false]', '(appname)[bruhprox]');">
<img src="./resources/bruhprox.png" id="disc" title="BruhProx" class="appIcon">
</div>
<div class="deskapp" title="Browser" onclick="new WIN('(link)[./hypertabs/index.html]', '(icn)[../resources/terbium.svg]', '(title)[Terbium Browser]', '(os)[true]', '(full)[false]', '(appname)[hypertabs]');" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -160,7 +160,7 @@ <h5 class="timeT" id="time"></h5>
</svg>
</div>
<div class="deskapp" title="Games" onclick="new WIN('(link)[games/games.html]', '(icn)[./resources/games.svg]', '(title)[Game Center]', '(os)[true]', '(full)[false]', '(appname)[games]');">
<svg width="134" height="80" viewBox="0 0 134 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="fill" fill-rule="evenodd" clip-rule="evenodd" d="M13.3333 0H120C127.364 0 133.333 5.96954 133.333 13.3333V66.6667C133.333 74.0305 127.364 80 120 80H13.3333C5.96954 80 0 74.0305 0 66.6667V13.3333C0 5.96954 5.96954 0 13.3333 0ZM45 26.6667C45 23.9052 42.7614 21.6667 40 21.6667C37.2385 21.6667 35 23.9052 35 26.6667V35H26.6666C23.9052 35 21.6666 37.2386 21.6666 40C21.6666 42.7614 23.9052 45 26.6666 45H35V53.3333C35 56.0948 37.2385 58.3333 40 58.3333C42.7614 58.3333 45 56.0948 45 53.3333V45H53.3333C56.0947 45 58.3333 42.7614 58.3333 40C58.3333 37.2386 56.0947 35 53.3333 35H45V26.6667ZM86.6666 26.3333C90.5326 26.3333 93.6666 29.4673 93.6666 33.3333V33.4C93.6666 37.266 90.5326 40.4 86.6666 40.4C82.8006 40.4 79.6666 37.266 79.6666 33.4V33.3333C79.6666 29.4673 82.8006 26.3333 86.6666 26.3333ZM113.667 46.6667C113.667 42.8007 110.533 39.6667 106.667 39.6667C102.801 39.6667 99.6666 42.8007 99.6666 46.6667V46.7333C99.6666 50.5993 102.801 53.7333 106.667 53.7333C110.533 53.7333 113.667 50.5993 113.667 46.7333V46.6667Z"/>
</svg>
</div>
Expand Down

0 comments on commit ef95d19

Please sign in to comment.