Skip to content

Commit

Permalink
fix: The help icon alignment
Browse files Browse the repository at this point in the history
from block to inline

Signed-off-by: Abir-Tx <[email protected]>
  • Loading branch information
Abir-Tx committed Nov 27, 2023
1 parent adeac34 commit 5df4a43
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,24 +286,13 @@ <h5 class="modal-title" id="versionModal">
<div class="col-3">
<a href="https://github.com/abir-tx/aiub-discobot.web"><img
src="res/images/github-logo/GitHub-Mark-Light-32px.png" class="img-fluid" id="github_icon" width="20px"
alt="github-repo" /></a>
alt="github-repo" />
</a>
&nbsp;
<img src="res/svg/wb_sunny_white_24dp.svg" id="mode_icon" alt="Light Mode Icon" />
&nbsp;
<!-- Hide this help menu on mobile devices -->
<img src="res/svg/help_outline_white_24dp.svg" id="help_icon" onclick="helpModal()" alt="Help Icon" class="d-none d-sm-block"/>
&nbsp;
<a class="policy_link" href="tos.html"><span class="text-white">TOS</span></a>
&nbsp;
<a class="policy_link" href="privacy-policy.html">
<span class="text-white">PP</span>
</a>
&nbsp;
<a class="policy_link" href="cookies-policy.html">
<span class="text-white">CP</span>
<a class="policy_link" href="changelog.html">
<span class="text-white">Changelog</span>
</a>
<img src="res/svg/help_outline_white_24dp.svg" id="help_icon" onclick="helpModal()" alt="Help Icon" class="d-none d-sm-inline"/>
</div>
<div class="col col-6 text-end">
<code><a
Expand Down

1 comment on commit 5df4a43

@vercel
Copy link

@vercel vercel bot commented on 5df4a43 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.