Compare commits

..

No commits in common. "a2da6a98d9205ccd4ffb075d8f84079237ee8772" and "a8deb32a0fbd7b74d53171325380db88fba5879e" have entirely different histories.

3 changed files with 6 additions and 3 deletions

View file

@ -28,6 +28,10 @@
> * {
min-width: 0;
}
&.-repeat {
padding-top: 0;
}
}
.pin {
@ -229,7 +233,6 @@
display: flex;
align-items: center;
padding: 0.4em var(--status-margin);
border-bottom: 1px dotted var(--border);
.repeater-avatar {
flex: 0 0 1.5em;

View file

@ -332,7 +332,7 @@ export default {
)
)
},
formattedJoinDate() {
formattedBirthday() {
const browserLocale = localeService.internalToBrowserLocale(
this.$i18n.locale,
)

View file

@ -597,7 +597,7 @@
</dd>
{{ ' ' }}
<dt>
{{ formattedJoinDate }}
{{ formattedBirthday }}
</dt>
</dl>
</span>