feature/profile-avatar #2

Merged
bstein merged 6 commits from feature/profile-avatar into master 2025-12-19 21:15:21 +00:00
Showing only changes of commit 4816b2a20b - Show all commits

View File

@ -47,6 +47,6 @@ defineProps({
.note { .note {
color: var(--text-muted); color: var(--text-muted);
font-size: 13px; font-size: 13px;
white-space: pre-line; white-space: pre-wrap;
} }
</style> </style>