mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Give more space to content beyond FullHd breakpoint
This commit is contained in:
parent
0d84a75778
commit
241bd1873a
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<h1 class="title" v-html="title" v-if="title"></h1>
|
<h1 class="title" v-html="title" v-if="title"></h1>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
{{ $t('groups.groups') }}
|
{{ $t('groups.groups') }}
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="options-header has-background-black-ter">
|
<div class="options-header has-background-black-ter">
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<div class="tabs is-centered is-fullwidth">
|
<div class="tabs is-centered is-fullwidth">
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="tab in tabs" :class="{ 'is-active': tab.isActive }">
|
<li v-for="tab in tabs" :class="{ 'is-active': tab.isActive }">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user