mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2526 from gradido/2513-Leaves-are-over-the-user-symbol
fix(frontend): leaves are over the user symbol
This commit is contained in:
commit
37a6a2463d
@ -12,8 +12,8 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</b-button>
|
||||
</b-navbar-brand>
|
||||
<b-img class="sheet-img position-absolute zindex1" :src="sheet"></b-img>
|
||||
<router-link to="/settings" class="d-block d-lg-none zindex1000">
|
||||
|
||||
<router-link to="/settings" class="d-block d-lg-none">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="mr-3">
|
||||
<avatar
|
||||
@ -25,6 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</router-link>
|
||||
<b-img class="sheet-img position-absolute zindex-1" :src="sheet"></b-img>
|
||||
<b-collapse id="nav-collapse" is-nav class="ml-5">
|
||||
<b-navbar-nav class="ml-auto" right>
|
||||
<div class="mb-2">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user