ui: fix other server layouts vertical centering

This commit is contained in:
Thibault Nocchi
2023-04-03 12:52:57 +02:00
committed by Fernando Fernández
parent 69c0f60ba2
commit c32c705df2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<v-container fill-height>
<v-container class="full-height d-flex" fluid>
<v-row align="center" justify="center">
<v-col sm="6" md="6" lg="5">
<h1 class="text-h4 mb-6 text-center">
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<v-container fill-height>
<v-container class="full-height d-flex" fluid>
<v-row align="center" justify="center">
<v-col
v-if="isEmpty(currentUser) && !loginAsOther && publicUsers.length > 0"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<v-container fill-height>
<v-container class="full-height d-flex" fluid>
<v-row align="center" justify="center">
<v-col cols="12" sm="12" md="12" xl="8">
<h1 class="text-h4 mb-6 text-center">{{ heading }}</h1>