small layout adjusments

This commit is contained in:
einhornimmond 2025-10-04 14:12:57 +02:00
parent 3af4214d1f
commit 2bcfdf4edd
3 changed files with 9 additions and 3 deletions

View File

@ -23,4 +23,9 @@ export default {
margin-bottom: 1rem;
padding: 0.75rem 1rem;
}
@media screen and (max-width: 450px) {
.page-breadcrumb {
margin-top: 3rem;
}
}
</style>

View File

@ -32,10 +32,10 @@
/>
</div>
</router-link>
<div class="navbar-like-link" data-test="navbar-item-username">
<div class="navbar-like-link mt-3" data-test="navbar-item-username">
{{ username.username }}
</div>
<div class="small navbar-like-link pointer" data-test="navbar-item-gradido-id">
<div class="small navbar-like-link pointer mt-1" data-test="navbar-item-gradido-id">
<a
class="copy-clipboard-button"
:title="$t('copy-to-clipboard')"

View File

@ -94,7 +94,8 @@ onResult(({ data }) => {
onError(() => {
isUserSearchDisabled.value = true
if (gmsAllowed.value && gmsUserLocationExists.value) {
toastError('authenticateGmsUserSearch failed!')
// setting isUserSearchDisabled.value to true will show that GMS is offline, no need to further post to the user
// toastError('authenticateGmsUserSearch failed!')
} else if (gmsAllowed.value && !gmsUserLocationExists.value) {
// toastError('capture your location first!')
// eslint-disable-next-line no-console