We could probably just hide it for smaller screens.
1150px is hardly small
On 15 Oct 2014 18:35, "Thomas Hunziker" notifications@github.com wrote:
We could probably just hide it for smaller screens.
—
Reply to this email directly or view it on GitHub
#4682 (comment).
I don't understand why with the old sidebar it would be displayed with no
problem at resolutions down to about 700px but with the new sidebar it
breaks at
On 15 Oct 2014 19:00, "Dimitri Grammatiko" wrote:
@Bakual https://github.com/Bakual We don’t have to. All is needed is
hardcoding the width for #j-sidebar-container for different media queries
(screen sizes) and the toggle script will change from 0 (hidden) to
whatever is the case of the media query—
Reply to this email directly or view it on GitHub
#4682 (comment).
removing this margin-right: 10px;
here: https://github.com/joomla/joomla-cms/blob/3.4-dev/administrator/templates/isis/less/template.less#L1050 solves the problem
It does indeed
On 15 October 2014 21:14, Dimitri Grammatiko notifications@github.com
wrote:
removing this margin-right: 10px; here:
https://github.com/joomla/joomla-cms/blob/3.4-dev/administrator/templates/isis/less/template.less#L1050
solves the problem—
Reply to this email directly or view it on GitHub
#4682 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Who is doing the PR?
Labels |
Added:
?
|
It is already reported with a comment #4450 (comment)
#4450 does not solve it - see screenshot with #4450 applied at 1150px
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4682.
@brianteeman see this #4450 (diff)
It is OK if
#j-sidebar-container {
margin-right: 0;
}
Yes I already confirmed that the css margin change will fix it
On 16 October 2014 09:52, infograf768 notifications@github.com wrote:
[image: screen shot 2014-10-16 at 10 50 13]
https://cloud.githubusercontent.com/assets/869724/4659839/af64041e-5511-11e4-9aba-f14fc47d2f48.png—
Reply to this email directly or view it on GitHub
#4682 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Honestly I would prefer a solution as the one in this comment: #4682 (comment)
The main difference is that in that case the side bar will have a fixed size. Which is far better IMHO than trying to figure out the menu items when the sidebar is kinda compressed due to the usage of span2 and and span 10
And as a bonus we also get nice transactions...
`closed as this is resolved elsehwere
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4682.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-23 21:14:03 |
Labels |
Added:
?
|
deleted spam comment
The solution is here: http://startbootstrap.com/templates/simple-sidebar/