Merge pull request #461 from gradido/457-display-error-ipad

bug: responsive display error on pads fixed
This commit is contained in:
Alexander Friedland 2021-05-19 15:05:46 +02:00 committed by GitHub
commit abdd28adb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 7 deletions

View File

@ -15,7 +15,7 @@
<span class="pb-2 text-lg font-weight-bold">
{{ $store.state.email }}
</span>
<b-media-body class="ml-2 d-none d-lg-block">
<b-media-body class="ml-2 d-none d-lg-block d-md-block">
<span class="avatar">
<vue-qrcode :value="$store.state.email" type="image/png"></vue-qrcode>
</span>

View File

@ -19,10 +19,6 @@ describe('AccountOverview', () => {
wrapper = Wrapper()
})
it('has a header', () => {
expect(wrapper.find('base-header-stub').exists()).toBeTruthy()
})
it('has a status line', () => {
expect(wrapper.find('gdd-status-stub').exists()).toBeTruthy()
})

View File

@ -1,7 +1,6 @@
<template>
<div>
<base-header class="pb-md-4 pt-md-2 pb-lg-4 pt-lg-2 bg-transparent"></base-header>
<b-container fluid class="p-lg-2 mt-lg-5">
<b-container fluid class="p-lg-2 mt-lg-1">
<gdd-status
v-if="showContext"
:pending="pending"