UX: Increase width of hamburger menu to 320px

This commit is contained in:
Kris 2019-02-21 21:52:21 -05:00
parent f44ef82b53
commit 87b5003453
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ export default createWidget("hamburger-menu", {
settings: { settings: {
showCategories: true, showCategories: true,
maxWidth: 300, maxWidth: 320,
showFAQ: true, showFAQ: true,
showAbout: true showAbout: true
}, },

View File

@ -136,7 +136,7 @@
} }
span.badge-category { span.badge-category {
max-width: 90px; max-width: 100px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }