1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00

fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815)

This commit is contained in:
sleep-moe 2024-11-14 22:05:03 +09:00 committed by GitHub
parent da43ac01a8
commit aec01dd4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,7 @@ definePageMetadata(() => ({
<style lang="scss" module>
.ip {
display: flex;
word-break: break-all;
> :global(.date) {
opacity: 0.7;