Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
a2da6a98d9
3 changed files with 3 additions and 6 deletions
|
|
@ -28,10 +28,6 @@
|
|||
> * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
&.-repeat {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.pin {
|
||||
|
|
@ -233,6 +229,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.4em var(--status-margin);
|
||||
border-bottom: 1px dotted var(--border);
|
||||
|
||||
.repeater-avatar {
|
||||
flex: 0 0 1.5em;
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ export default {
|
|||
)
|
||||
)
|
||||
},
|
||||
formattedBirthday() {
|
||||
formattedJoinDate() {
|
||||
const browserLocale = localeService.internalToBrowserLocale(
|
||||
this.$i18n.locale,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -597,7 +597,7 @@
|
|||
</dd>
|
||||
{{ ' ' }}
|
||||
<dt>
|
||||
{{ formattedBirthday }}
|
||||
{{ formattedJoinDate }}
|
||||
</dt>
|
||||
</dl>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue