Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed all the css styling, padding for settings, icon sizing, hover anim #35

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fixed all the css styling, padding for settings, icon sizing, hover anim
  • Loading branch information
777Vincent authored Mar 1, 2024
commit c2de76eb79a100102941eff741c65ab3d4d3aa9f
17 changes: 9 additions & 8 deletions pages/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,15 @@ <h2>Apps</h2>
fadeOutElement();
fadeOutapps();
</script>
<div id="footer">
<div style="display:flex;justify-content:center;">
<a href="https://discord.gg/7SCnPUM5S6" style="font-size:4vh;white-space:nowrap;margin:0;" id="discord" class="zoom navitem"><i style="vertical-align:top;" class="fa-brands fa-discord"></i></a>
<div id="battery" style="margin-top:14px;">
</div>
<a href="https://github.com/NightProxy/Night" style="font-size:4vh;white-space:nowrap;margin:0;" id="github" class="zoom navitem"><i style="vertical-align:top;" class="fa-brands fa-github"></i></a>
</div>
</div>
<div id="footer" class="special-div" style="display: flex; justify-content: center; align-items: center;">
<a href="https://discord.gg/7SCnPUM5S6" style="font-size: 4vh; white-space: nowrap; margin-bottom: 0;" id="discord" class="zoom navitem">
<i style="vertical-align: center;" class="fa-brands fa-discord"></i>
</a>
<div id="battery" style="margin-top: 14px;"></div>
<a href="https://github.com/NightProxy/Night" style="font-size: 4vh; white-space: nowrap; margin: 0; padding: 12px;" id="github" class="zoom navitem">
<i style="vertical-align: center;" class="fa-brands fa-github"></i>
</a>
</div>
</body>

</html>