Bentheburrito / sacastats

A stat site for Connery's SaCa outfit members. Built with Elixir and Phoenix
MIT License
2 stars 0 forks source link

Remove mobile sub menu name and character name overflow #145

Closed dm0896665 closed 1 year ago

dm0896665 commented 1 year ago

image The hamburger button should always be on the right side. If the name is too long swap it for ellipses like so:

#mobile-second-nav-header-name {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

Same with the character name in the template