Make usable for 320px wide devices

This commit is contained in:
Webifi 2023-06-01 13:59:34 -05:00
parent f0b6b01f99
commit ad1b0fdeb8
2 changed files with 11 additions and 2 deletions

View File

@ -429,6 +429,14 @@ aside.menu.main-menu .menu-expanse {
}
}
}
@media only screen and (max-width: 340px) {
.section-footer {
.author {
display: none;
}
}
}
.content.running-total-container {
min-height:1em;

View File

@ -17,9 +17,10 @@ export { classes as class }
<div class="content has-text-centered credit-footer">
<p>
<strong>ChatGPT-web</strong>
by
<span class="author">by
<a target="_blank" href="https://niekvandermaas.nl/">Niek van der Maas</a>
<a target="_blank"class="ml-4" href="https://github.com/Niek/chatgpt-web"><span style="position:absolute" class="icon default-text"><Fa size="2x" icon="{faGithub}"/></span></a>
</span>
<a target="_blank" class="ml-4" href="https://github.com/Niek/chatgpt-web"><span style="position:absolute" class="icon default-text"><Fa size="2x" icon="{faGithub}"/></span></a>
<span style="display:inline-block;width:30px;height:20px;"></span>
</p>
</div>