Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-05-20 10:28:40 +03:00
commit a2da6a98d9
3 changed files with 3 additions and 6 deletions

View file

@ -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;

View file

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

View file

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