mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
small layout adjusments
This commit is contained in:
parent
3af4214d1f
commit
2bcfdf4edd
@ -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>
|
||||
|
||||
@ -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')"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user