mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
ui: fix other server layouts vertical centering
This commit is contained in:
committed by
Fernando Fernández
parent
69c0f60ba2
commit
c32c705df2
@@ -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,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,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>
|
||||
|
||||
Reference in New Issue
Block a user