added title attrbite to the collection sidebar items and increased the default width
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
<a
|
||||
href="/collections?collectionId={collection.id}"
|
||||
class="sidebar-list-item"
|
||||
title={collection.name}
|
||||
class:active={$activeCollection?.id === collection.id}
|
||||
use:link
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user