cjb / codex-blackboard

Meteor app for coordinating solving for our MIT Mystery Hunt team
GNU Affero General Public License v3.0
25 stars 17 forks source link

Abbreviations instead of full puzzle names in breadcrumbs when window is narrow #353

Open Torgen opened 5 years ago

Torgen commented 5 years ago

Using the same abbreviation algorithm as #348, but applied to puzzle names in the breadcrumbs. While I have some glass layer magic in my multimeta branch to allow the breadcrumbs to use overflow-x: auto and still have tooltips and dropdowns work, it's better if the breadcrumbs get narrow on narrow screens so the scrolling isn't necessary.