Merge pull request #2578 from gradido/fix-mobile-width

refactor(frontend): remove vertical scrolling & small fixes
This commit is contained in:
Hannes Heine 2023-01-19 11:55:28 +01:00 committed by GitHub
commit 33e88075ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ export default {
font-family: 'WorkSans', sans-serif !important;
}
.appContent {
min-width: 360px;
min-width: 330px;
max-width: 1320px;
margin-right: auto;
margin-left: auto;

View File

@ -26,7 +26,7 @@
{{ $t('contribution.alert.answerQuestion') }}
</div>
</b-col>
<b-col cols="12" lg="3" offset="3" offset-md="0" offset-lg="0">
<b-col cols="9" lg="3" offset="3" offset-md="0" offset-lg="0">
<div class="small">
{{ $t('creation') }} {{ $t('(') }}{{ amount / 20 }} {{ $t('h') }}{{ $t(')') }}
</div>

View File

@ -30,7 +30,7 @@
<div>
<div data-test="navbar-item-username">{{ username.username }}</div>
<div class="text-right" data-test="navbar-item-email">
<div data-test="navbar-item-email">
{{ $store.state.email }}
</div>
</div>

View File

@ -3,7 +3,7 @@
<div v-if="skeleton">
<skeleton-overview />
</div>
<div v-else class="mx--3 mx-lg-0">
<div v-else class="mx-lg-0">
<!-- navbar -->
<b-row>
<b-col>