mirror of
https://github.com/discourse/discourse.git
synced 2025-04-29 01:04:33 +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: {
|
settings: {
|
||||||
showCategories: true,
|
showCategories: true,
|
||||||
maxWidth: 300,
|
maxWidth: 320,
|
||||||
showFAQ: true,
|
showFAQ: true,
|
||||||
showAbout: true
|
showAbout: true
|
||||||
},
|
},
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user