main #19
@ -96,6 +96,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="loginFooter" class="ma">
|
||||
create your own <a href="https://code.anufrij.de/WebPlay/docker#requirements" target="webplay">WebPlay</a> instance
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -220,3 +223,17 @@ export default {
|
||||
components: { ExpanderControl },
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
#loginFooter {
|
||||
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#loginFooter a {
|
||||
display: initial;
|
||||
color: var(--white);
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user