main #19
@ -3,7 +3,7 @@
 | 
			
		||||
    <div id="loginViewer">
 | 
			
		||||
      <div id="loginLogin" class="flex-column">
 | 
			
		||||
        <img id="loginLogo" src="static/icon_64_flat.svg" />
 | 
			
		||||
        <h1>Web Play</h1>
 | 
			
		||||
        <h1>WebPlay</h1>
 | 
			
		||||
        <form id="loginForm" @submit.prevent="login" method="POST">
 | 
			
		||||
          <p>
 | 
			
		||||
            <input
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
@ -219,4 +222,18 @@ export default {
 | 
			
		||||
  },
 | 
			
		||||
  components: { ExpanderControl },
 | 
			
		||||
};
 | 
			
		||||
</script>
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style scoped>
 | 
			
		||||
#loginFooter {
 | 
			
		||||
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
} 
 | 
			
		||||
 | 
			
		||||
#loginFooter a {
 | 
			
		||||
  display: initial;
 | 
			
		||||
  color: var(--white);
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user