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

View file

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

View file

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