resizable-sidebars #49

Merged
sauceyred merged 17 commits from resizable-sidebars into main 2025-07-19 06:46:26 +00:00
Showing only changes of commit ad7a6b5bb6 - Show all commits

View file

@ -37,4 +37,10 @@ const props = defineProps<{
width: 2.3em;
height: 2.3em;
}
.user-display-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>