mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: modals update
This commit is contained in:
+9
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user