mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +08:00
UX: Increase width of hamburger menu to 320px
This commit is contained in:
parent
f44ef82b53
commit
87b5003453
|
@ -40,7 +40,7 @@ export default createWidget("hamburger-menu", {
|
|||
|
||||
settings: {
|
||||
showCategories: true,
|
||||
maxWidth: 300,
|
||||
maxWidth: 320,
|
||||
showFAQ: true,
|
||||
showAbout: true
|
||||
},
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
}
|
||||
|
||||
span.badge-category {
|
||||
max-width: 90px;
|
||||
max-width: 100px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user