-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar css local and not responsive, md10/md2 too wide/shallow #53
Comments
Changing the HTML in such a way that the middle column becomes a TD on it's own TR, at the top, solves all problems on mobile. Original code:
My alternative:
|
see #55 |
ghost
closed this as completed
Apr 8, 2017
kristianlm
pushed a commit
to Societec/humhub-modules-calendar
that referenced
this issue
Dec 4, 2017
calcard: Sidebar button and text sizing
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
UPDATE: see #55
First, the calendar uses a local css that is not compatible (enough) with the humhub theme (see pictures; e.g. fontsize) further more, it does not work on mobile.
Second, imho the right md-2 columns is too shallow. Changing it to md-8 / md-4 in the debugger makes it a lot more attractive. See pics.
I'd like to see that the css is not local (custom changes will be overwritten in case of an update) and respects at least the theme's font settings.
I've chosen to testdrive HumHub apart from many other social media platforms, for reason that
humhub looks very good on mobile devices - this module breaks the main design and i need to switch it off for our site and that's a pity...
Just my five cents...
Martin
Looks chaotic on mobile:
Too shallow right column:
Smaller font (12px) and md-8 / md-4 division looks better:
The text was updated successfully, but these errors were encountered: