mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
feat(user-picker): fix style issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
20453312bd
commit
e29349cd9f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<a :href="richObject.url" target="_blank">
|
||||
<AccountOutline :size="20" />
|
||||
<strong>
|
||||
{{ richObject.email !== null ? richObject.title + ' - ' + richObject.email : richObject.title }}
|
||||
AAA {{ richObject.email !== null ? richObject.title + ' - ' + richObject.email : richObject.title }}
|
||||
</strong>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -106,7 +106,7 @@ export default {
|
|||
&__header {
|
||||
width: 100%;
|
||||
min-height: 70px;
|
||||
padding-left: 12px;
|
||||
padding: 0 12px;
|
||||
background-color: var(--color-primary);
|
||||
background-image: var(--gradient-primary-background);
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue