mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Little style improvements
This commit is contained in:
parent
bbe1d4e7c3
commit
cad596357a
@ -41,6 +41,15 @@
|
|||||||
>
|
>
|
||||||
<div class="avatar-menu-popover">
|
<div class="avatar-menu-popover">
|
||||||
{{ $t('login.hello') }} <b>{{ user.name }}</b>
|
{{ $t('login.hello') }} <b>{{ user.name }}</b>
|
||||||
|
<template v-if="user.role !== 'user'">
|
||||||
|
<ds-text
|
||||||
|
color="softer"
|
||||||
|
size="small"
|
||||||
|
style="margin-bottom: 0"
|
||||||
|
>
|
||||||
|
{{ user.role | camelCase }}
|
||||||
|
</ds-text>
|
||||||
|
</template>
|
||||||
<ds-menu
|
<ds-menu
|
||||||
:routes="routes"
|
:routes="routes"
|
||||||
:is-exact="isExact"
|
:is-exact="isExact"
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<ds-card space="small">
|
<ds-card space="small">
|
||||||
{{ $t('settings.data.name') }}
|
<ds-heading tag="h3">
|
||||||
|
{{ $t('settings.data.name') }}
|
||||||
|
</ds-heading>
|
||||||
<ds-input
|
<ds-input
|
||||||
id="name"
|
id="name"
|
||||||
v-model="form.name"
|
v-model="form.name"
|
||||||
|
|||||||
@ -96,10 +96,6 @@
|
|||||||
padding-left: $input-height-small;
|
padding-left: $input-height-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ds-input-size-small & {
|
|
||||||
padding-left: $input-height-small;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ds-input-size-large & {
|
.ds-input-size-large & {
|
||||||
padding-left: $input-height-large;
|
padding-left: $input-height-large;
|
||||||
}
|
}
|
||||||
@ -115,9 +111,5 @@
|
|||||||
.ds-input-size-large & {
|
.ds-input-size-large & {
|
||||||
padding-right: $input-height-large;
|
padding-right: $input-height-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ds-input-size-large & {
|
|
||||||
padding-right: $input-height-large;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user