Truncate Sidebar Username #64
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The sidebar username needs to be truncated when it's too long.
Currently it can become so wide, that the pin button is pushed off the sidebar, this is not good enough.
Fixed on dev branch :)
Username now truncates down to fit within the sidebar.
I also renamed the class
pin-sidebar-btn
tosidebar-pin-btn
to be consistent with other class names used for sidebar elements, usually being prefixed withsidebar-
.