mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #386] when the browser window width is smaller than 980 px, the upper menu disappears. #371
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/386
Originally assigned to: @tonioo on GitHub.
Originally created by Fabrice Flore-Thébault on 2013-04-16T07:33:08Z
On version 0.9.5, when the browser window width is smaller than 980 px, the upper menu disappears.
It shouldn't happen.
One should expect that the menu stays. Maybe it could be arranged for smaller screens.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Fabrice Flore-Thébault on 2013-06-25T14:15:51Z
menus are using @.nav-collapse@ css class ; these entries are hidden on windows width smaller than 980 px.
see: http://twitter.github.io/bootstrap/scaffolding.html#responsive
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-06-25T20:28:11Z
I made a few fixes about this but some parts (ex: webmail) still behave badly :p
It will need deeper modifications.
@mkoistinen commented on GitHub (Dec 6, 2013):
I'd like to suggest that the design should fit properly within 960px. Not so much because its a popular grid width (although, this makes the layout easier), but because of the prevalence of HD displays, which are 1920px wide, or precisely 2 X 960. This allows Modoboa admins to have two browser windows at the same time, which is very practical.
@patrickbenkoetter commented on GitHub (Dec 6, 2013):
I second Martins suggestion.
@tonioo commented on GitHub (Nov 28, 2014):
Fixed by #585 (hope so...)