ac630ac775
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1120 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
13 lines
No EOL
205 B
Vue
13 lines
No EOL
205 B
Vue
<template>
|
|
<div class="loader-container is-loading"></div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.loader-container {
|
|
height: 100%;
|
|
min-height: 200px;
|
|
width: 100%;
|
|
min-width: 600px;
|
|
max-width: 100vw;
|
|
}
|
|
</style> |