Make usable for 320px wide devices
This commit is contained in:
parent
f0b6b01f99
commit
ad1b0fdeb8
|
@ -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 {
|
.content.running-total-container {
|
||||||
min-height:1em;
|
min-height:1em;
|
||||||
|
|
|
@ -17,9 +17,10 @@ export { classes as class }
|
||||||
<div class="content has-text-centered credit-footer">
|
<div class="content has-text-centered credit-footer">
|
||||||
<p>
|
<p>
|
||||||
<strong>ChatGPT-web</strong>
|
<strong>ChatGPT-web</strong>
|
||||||
by
|
<span class="author">by
|
||||||
<a target="_blank" href="https://niekvandermaas.nl/">Niek van der Maas</a>
|
<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>
|
<span style="display:inline-block;width:30px;height:20px;"></span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue