chore: modals update

This commit is contained in:
2024-05-08 20:04:41 +02:00
parent f974120e87
commit a0496736dd
9 changed files with 90 additions and 76 deletions
+9 -4
View File
@@ -27,9 +27,9 @@
©
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
{{ new Date().getUTCFullYear() }} |
<a :href="store.appUpdate?.releaseURL" target="_blank"
>v{{ VERSION }}{{ isOnProductionHost ? '' : 'dev' }}</a
>
<button class="btn--text" @click="() => (updateModalOpen = true)">
v{{ VERSION }}{{ isOnProductionHost ? '' : 'dev' }}
</button>
<br />
<a href="https://discord.gg/x2mpNN3svk">
@@ -243,10 +243,15 @@ export default defineComponent({
}
// FOOTER
footer.app_footer {
.app_footer {
max-width: 100%;
padding: 0.5em;
button {
display: inline-block;
padding: 0.1em;
}
img {
width: 1.1em;
vertical-align: text-bottom;