Problem/Motivation

Drupal has always had a full-width interface. This made its way into Seven from Garland, as this was a user preference and acceptable solution at the time resolutions where 1024/1280. However times have changed, higher resolutions are much more common.

On a high level we have three arguments for this change:

  • Form elements, descriptions and boxes now span across the full width. This makes them harder to read (due to line length issues). However scanning is mostly impounded as many elements stretch their structural parts (e.g. the border around a fieldset) much beyond its functional purpose. Actually having it on full-width reduces the effectiveness of these structural elements (borders, backgrounds) as the visual containment requires more effort to see where they start and end.
  • From a typographic perspective, line length is used as an ideal comfortable measure for scanning and reading text (e.g. the elements of web typography). Although we do not have "article" type content in our screens, we do have descriptions and often long descriptions. Reducing the size of this, will enable users to scan it more easily.
  • From an aesthetic perspective (opinions will differ on this) we believe this creates more breathing room for our elements and therefore will make the composition of Seven more balanced and more in line with its original design intent. By setting an upper limit on the width we prevent the screen elements from becoming uncohesive.

This change will likely require a bit of getting used to but once settled in we think it will be an actual improvement.

Proposed resolution

Introduce a max-width that uses the Seven highest defined breakpoint.

Remaining tasks

  • Fix the max-width of the modal to match the page layout
  • Make sure padding is maintained at all widths, including when the vertical toolbar is enabled

User interface changes

This adds a max-width to the Seven theme. This changes the user interface by making it less wider on higher resolutions. All our interfaces are built to fit a 1024px screen width. This means that this change does not break any of the existing interfaces.

API changes

None

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Task because it is a change that makes Drupal more beautiful and scannable. But does not prohibit use age.
Issue priority Normal because none of this prohibits use age. Its not a major issue identified with the usability. But will have a significant impact (therefor, not minor)
Unfrozen changes Unfrozen because it only changes the CSS of Seven
Prioritized changes The main goal of this issue is usability
CommentFileSizeAuthor
#92 Screenshot 2021-04-27 at 08.51.23.png206.62 KBgauravvvv
#91 interdiff_89-91.txt863 bytesdjsagar
#91 2486453-91.patch1.24 KBdjsagar
#90 2486453-90.patch1.2 KBranjith_kumar_k_u
#89 After-patch-89.png190.73 KBdjsagar
#89 After-patch-86.png152.82 KBdjsagar
#89 interdiff_86-89.txt388 bytesdjsagar
#89 2486453-89.patch1.24 KBdjsagar
#88 after-patch.png107.01 KBvikashsoni
#88 before-ptach.png115.57 KBvikashsoni
#86 after-patch.png107.01 KBkomalk
#86 before-patch.png115.57 KBkomalk
#86 seven-max-width-2486453-86.patch1.24 KBkomalk
#51 Screen Shot 2015-07-29 at 11.13.10.png127.11 KBalexpott
#49 seven-max-width-2486453-49.patch1.29 KBmanjit.singh
#46 seven-max-width-2486453-46.patch450 bytesnathanlawsn
#46 Screen Shot 2015-07-23 at 14.51.26.png185.89 KBnathanlawsn
#46 Screen Shot 2015-07-23 at 14.46.58.png190.43 KBnathanlawsn
#41 scroll.mp4353.83 KBmanjit.singh
#36 set-maximum-width-on-seven.mp42.8 MBrudraram
#35 interdiff-2486453-8-35.txt384 bytesrudraram
#35 seven-max-width-2486453-35.patch872 bytesrudraram
#30 screencast-2015-05-20.mp44.83 MBtim.plunkett
#23 max-width-tabs.png126.64 KByoroy
#20 drupal8-seven-theme_admin-config.png335.57 KBnateb
#20 drupal8-seven-theme_admin-content.png172.28 KBnateb
#20 drupal8-seven-theme_admin-structure-views.png295.31 KBnateb
#16 Create Article.png61.25 KBheatherwoz
#16 Views.png68.86 KBheatherwoz
#16 Block Layout.png88.01 KBheatherwoz
#8 2486453-8.patch851 byteslewisnyman
#8 interdiff.txt861 byteslewisnyman
#5 Content___s50b828631980dd7_s3_simplytest_me.png662.2 KBlewisnyman
#3 2486453.patch388 bytessqndr

Comments

Bojhan’s picture

Issue summary: View changes
sqndr’s picture

Assigned: lewisnyman » sqndr

I'm working on this.

sqndr’s picture

StatusFileSize
new388 bytes

Basic patch that sets a width based on the wide breakpoint from seven.breakpoints.yml. The navigation is now outside this container, so that needs work. Also, lets discuss if we need more breakpoints or not.

lewisnyman’s picture

Status: Active » Needs review
lewisnyman’s picture

Issue summary: View changes
Status: Needs review » Needs work
StatusFileSize
new662.2 KB

I could only find one issue which is the border along the tabs.

Bojhan’s picture

Wow, this looks good :)

Bojhan’s picture

Assigned: sqndr » Unassigned
lewisnyman’s picture

Status: Needs work » Needs review
StatusFileSize
new861 bytes
new851 bytes

I tweaked the media query so we don't lose the padding when the viewport becomes narrower than the max width. I changed the position of the tabs border so it always spans the width of the viewport.

Bojhan’s picture

Issue summary: View changes
Bojhan’s picture

Issue summary: View changes

Added beta evaluation and a bit of argumentation.

Bojhan’s picture

Issue tags: +Novice, +Needs screenshots

This needs some further testing (I did validate most interfaces) and screenshots of those interfaces (I am thinking Blocks, Views, Content creation, entity listing).

Bojhan’s picture

Issue summary: View changes
yoroy’s picture

Issue summary: View changes
yoroy’s picture

I think this is a good idea. Even a complex UI like Views will benefit from keeping the screen components together, keeping things cohesive.

Would be great to see some screenshots from very large screens, we're all on our laptops here at drupalcon :-)

sqndr’s picture

Can we fix the tabs in #1999182: Dream mark up for tabs

heatherwoz’s picture

StatusFileSize
new88.01 KB
new68.86 KB
new61.25 KB

Here are a few screenshots with the patch applied (working on this at the mentored sprint at DrupalCon LA).
Only local images are allowed.
screenshot of views
screenshot of create article

yoroy’s picture

Thanks! Did you maybe screenshot only a part of the screen? I think we want to see it with the black toolbar so that we can see how that looks in relation to the centered content.

Bojhan’s picture

@sqndr Nope, we are fixing the tabs here. We are now in release mode, any change we add to core - should allow us to release. Unless its big.

adriancotter’s picture

Status: Needs review » Reviewed & tested by the community

reviewed and tested at DrupalConLA

nateb’s picture

Also here at DrupalCon LA. Attached are a few screencaps from this 2880x1800 MBP Retina Display per the request in comment #14

sqndr’s picture

Status: Reviewed & tested by the community » Needs work

Thanks for screenshots everyone! As of #18, we can't RTBC unless we fix the tabs. So I'm changing the status to Needs work again.

If anyone one to jump in and fix the tabs … feel free. :)

sqndr’s picture

Issue summary: View changes
yoroy’s picture

StatusFileSize
new126.64 KB

Thanks for additional screenshots. I'm not sure why the line for the tabs does not extend to full width there. I tested the latest patch on simplytest.me and there it looks ok.

sqndr’s picture

Strange. simplytest.me uses beta10. Can we provide screenshots from the patch applied against the latest 8.0.x branch? If that done, if feel like we can set this RTBC.

sqndr’s picture

Status: Needs work » Reviewed & tested by the community
+++ b/core/themes/seven/css/components/tabs.css
@@ -21,8 +21,8 @@
 .content-header .is-collapse-enabled .tabs:before {
-  left: -2.5em;
-  right: -2.5em;
+  left: -99em;
+  right: -99em;
 }

I'm sorry. Lewis fixed this. Marking as RTBC now.

sqndr’s picture

Issue summary: View changes
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed a70a74f and pushed to 8.0.x. Thanks!

Thanks for adding the beta evaluation to the issue summary.

  • alexpott committed a70a74f on 8.0.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...
wim leers’s picture

Wow, awesome work everyone!

tim.plunkett’s picture

StatusFileSize
new4.83 MB

This doesn't play nicely with the vertical toolbar.
Take for example the views listing. There used to be a nice margin around it, it's now gone (maybe it needs padding instead)?

See https://www.drupal.org/files/issues/screencast-2015-05-20.mp4

And within the views UI, it now forces it into a much smaller space than before. And now after #2489884: Give the views modal window a larger width, the modals are often bigger than the underlying UI!

  • xjm committed 72fce21 on 8.0.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
xjm’s picture

Status: Fixed » Needs work

Drat -- I think we need to fix those regressions in the patch here, so reverted for now. Thanks @tim.plunkett for catching the regressions (and of course for everyone who's worked on this already).

xjm’s picture

So when we update this patch, we should test manually with both the Views UI and the vertical-mode toolbar, on narrow windows and adjusting the window size I think. Adding tags as well because I've now rendered the summary out of date.

sqndr’s picture

Assigned: Unassigned » sqndr

I'll try to improve this later today. Thanks for reporting this!

rudraram’s picture

Status: Needs work » Needs review
StatusFileSize
new872 bytes
new384 bytes

Tweaked #8 patch to fix the vertical toolbar layout issue. Patch and interdiff attached. Attaching a video adjusting window size on Views-UI and admin configuration pages shortly.

rudraram’s picture

StatusFileSize
new2.8 MB

Screencast attached showing the window re-sizing with vertical toolbar.

sqndr’s picture

Assigned: sqndr » Unassigned

Or not :)

Bojhan’s picture

Why, some regressions get a revert and others don't is a total mystery to me.

I think we might need a bit of padding on the list but frankly not much. The shown issues are not really that big, honestly. They are at large an effect that is inherent to having a max-width.

Regarding the modal - we might need to adjust that one, but its also unavoidable I think since you make it bigger - it will cover more and more on the less wide resolutions.

davidhernandez’s picture

I'd just like to extend some kudos for these mp4s.

manjit.singh’s picture

Issue tags: +SrijanSprintDay
manjit.singh’s picture

StatusFileSize
new353.83 KB

admin/structure/menu have still a scroll at 615px

Please find attached.

lewisnyman’s picture

Status: Needs review » Needs work

admin/structure/menu have still a scroll at 615px

This isn't a problem that is introduced in this issue, this is a problem being dealt with in #2280035: Add another responsive tables solution that doesn't hide content

I tested the latest patch for the spacing issue reported in #30 and it appears to be fixed.

The modal can be fixed to have the same max width as the rest of the UI in Seven's dialog.theme.css, so setting to needs work.

manjit.singh’s picture

Assigned: Unassigned » manjit.singh
manjit.singh’s picture

Assigned: manjit.singh » Unassigned
lauriii’s picture

nathanlawsn’s picture

Status: Needs work » Needs review
StatusFileSize
new190.43 KB
new185.89 KB
new450 bytes

Patch to set max-width of modal to 1170px.

Before: Modal at 75% of screen width

Modal set to 75% of screen width

After: Modal set to max-width of 1170px

Modal set to max-width of 1170px

lewisnyman’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: -Needs screenshots, -Needs issue summary update

The most recent patch is missing the changes from the previous patch

bill richardson’s picture

Does not look that good on 27" screen ---- worst offender is when editing views ( looks very compressed ).

manjit.singh’s picture

Status: Needs work » Needs review
StatusFileSize
new1.29 KB

merging changes in both #46 and #35. @lewis Please review.

lewisnyman’s picture

Status: Needs review » Reviewed & tested by the community

Thanks. I manually tested this patch and I confirm that all the reported issues have been fixed. This will take a little bit of getting used to but I think it's for the best.

alexpott’s picture

StatusFileSize
new127.11 KB

What about the horizontal toolbar - this seems to assume that as a screen gets bigger that the it should be left aligned. I guess the problem here is that this needs to look good in both front and back end so moving around is not an option. Toolbar is special.

For me the biggest issue with this change are pages like admin/structure/views on large resolutions because there is no edge so the left alignment looks really really odd. See screenshot attached.

lewisnyman’s picture

@alexpott I remember discussing this in person at Drupalcon. Ultimately it's more important for the toolbar to be consistent across front and back rather than changing. #2539992: Move theme toolbar CSS to the Seven theme Will help with this.

For me the biggest issue with this change are pages like admin/structure/views on large resolutions because there is no edge so the left alignment looks really really odd.

It does feel odd, but it's hard to tell if this is just because we're used to the previous layout. I don't imagine that we would add a wrapper around the container, it doesn't fit with the Seven guidelines.

tim.plunkett’s picture

Breaking my d.o hiatus while on vacation to says: please don't commit this patch, please just mark it works as designed, because it does.

The last time this was committed I needed to revert it to get any work done on my 27" monitor. There is no justification given in the issue for why we would every want this. Please just leave the width well enough alone.

davidhernandez’s picture

The issue summary literally says,

On a high level we have three arguments for this change:

lewisnyman’s picture

This issue fixes basic usability problems on every other admin page.

tim.plunkett’s picture

I disagree with all three points.

alexpott’s picture

Assigned: Unassigned » webchick
Issue tags: +Needs product manager review

Looks like this needs a product manager perspective.

davidhernandez’s picture

@Tim, disagreement is fine, but please make counter arguments to the points listed. I have no strong opinion, but considering that this issue was initiated, and worked on, by both UX maintainers and the Seven maintainer, simply saying you disagree is not a compelling argument. And I'm confident you can do so in a more respectful manner than telling people you'll deal with the mess they make later.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 49: seven-max-width-2486453-49.patch, failed testing.

tim.plunkett’s picture

All of the points in the issue summary seem completely valid, but for a front end theme.
Restricting the admin theme like this is Seven telling me that it thinks it knows what's best.

If I find the UI to be too stretched out on my 27" monitor, I can RESIZE MY BROWSER. I have the power!
Conversely, if this is committed, I need to write a subtheme or a module to override the CSS to make Seven sane again.

Won't fix, please!

bill richardson’s picture

+1 for tim.plunkett comments above --- on a large screen restricting seven width does not look good.

Bojhan’s picture

The point of design is to make some decisions about what is best. We decide that, having tabs makes sense, having an sans-serif instead of serif font makes more sense, similarly we think its best to have a smaller width on many of the resolutions we aim for. If you disagree with any of these defaults, we think are best - writing a sub-theme is a great way of fixing your usecase.

Your welcome to include a breakpoint for much larger screens though, although I think with all screen sizes there is a limit in efficiency when it comes to the width of elements.

I am going to push this to @webchick to decide, as I think all our design arguments are solid and this design decisions supports a significant part of our audience, albeit not all.

tim.plunkett’s picture

Why not use sane breakpoints then? Why blindly restrict widths after a certain point?

The patch essentially codifies that screen sizes above 1170px are unimportant, and hampers the administration of Drupal 8 on external monitors.

Once again, this makes sense for a front-end theme. It makes no sense for an admin theme, and can be considered a regression.

webchick’s picture

Assigned: webchick » Unassigned

It does seem a bit odd in the age of "right content on the right device at the right time" that we would intentionally ignore widths > 1170px.

That said, I've read before and am familiar with the standards / best practices in the first two bullets of the issue summary, and those best practices were developed after thousands of websites and thousands of users over years of time. So simply ignoring them and saying we know better doesn't really make sense to me, esp. when it's all design-y people in here saying we should do this.

That said (again), Tim does raise an interesting point that because Seven is an *admin* theme, generally aimed at doing specific, complex tasks, it may make sense for it to be exempt. The studies upon which the UX guidelines are based are generally-speaking around front-end websites (I think).

I need more info here to make a call. Specifically:

  • More evidence (one way or the other) that the guidelines around scannability and web typography either do or do not extend to complex admin interfaces (or that we don't know).
  • Links to some updated standards (if such exist) on what to do with huge-sized displays. For example, I could see us introducing a "huge" breakpoint in Seven (afaik mdrummond has suggested such in relation to responsive images) that upped the font size / margins / whatever so that it addressed the legitimate scannability / typography issues in a way that simply made a 27" monitor look/feel closer to a 14" monitor, just at scale.

Feel free to re-assign once that information is gathered.

Bojhan’s picture

Lets look into other research around this. I've done some searching on this in the past, and couldn't come up with reasonable material that is not website focused. The N required for valuable research around this is typically enterprise focused, e.g. intranets (e.g. reports from NNG) and therefor doesn't touch upon web applications in such large screen sizes.

I am interested in exploring the "big size" pattern. @tim any ideas what would be best there?

chi’s picture

Anyone has tested how Seven looks on ultra wide monitors like this one? I suppose Seven is quite inconvenient there because of extended form elements. Why not to introduce a max-width setting to please anybody? I just did it for Seventeen theme.

Asacolips’s picture

I would agree with Tim on this being a usability regression. Because Seven is an administrative theme, is a wide variety of information displayed under it. Much of that information would be dense administrative content, such table displays of content containing many fields. For example, the default content list could be modified with Views Bulk Operations to display title, created date, updated date, author, edit/delete links, image thumbnails, and any other number of fields. The permissions page in particular can become a very wide table once you've added 6+ or more roles, which isn't an uncommon need for client sites. By restricting the main display to 1700px or some arbitrary amount, this could easily reduce the usability of the admin interface for a variety of use cases. Ultimately, there isn't a huge payoff in adding a max-width either, because the user can resize their browser to whatever size is most comfortable for them.

An alternative solution would be to try and resolve the specific issues mentioned in the original description. For example, if fieldset wrappers and descriptive paragraphs are excessively wide, then perhaps those elements should have a maximum width and font-size increase applied. This is already happening to a degree, such as with size attributes on text inputs.

Overall, I think setting a maximum width on Seven would only serve to restrict the administrative interface for the very users that are likely to use it beyond that restriction. As of today, the average user would not likely have a monitor larger than 1920px wide due to a prohibitive cost. Meanwhile, power users and professionals with large monitors who would be able to take advantage of the interface at that size would be restricted from doing so.

Bojhan’s picture

Version: 8.0.x-dev » 8.1.x-dev

  • xjm committed 72fce21 on 8.1.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
  • alexpott committed a70a74f on 8.1.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...
lewisnyman’s picture

I'm glad we didn't ship with this, as there's loads of UI instances in contrib that we haven't accounted for. The node edit page is a good example of a situation where there is limited space due to a new design and contrib modules like inline entity form commonly run out of horizontal space even without the max-width.

Maybe we should allow modules to override the max width on specific pages? It's better to acknowledge the exceptions.

emma.maria’s picture

Issue tags: -Novice

Removing the Novice task as this issue is now in a state where it needs clear direction and decisions before any more work can take place.

karolus’s picture

Many valid points here, and also uncovering an often-overlooked detail:
Admin UX is of considerable importance. Many of us contributing here have years of experience working with Drupal, and have become accustomed to its quirks. In doing so, we may have forgotten how challenging some processes can look for someone unfamiliar with platform (even if skilled with other CMFs).

Good interface guidelines can help greatly in making things more coherent, and convey vital points more quickly. Sadly, admin UX is often left out of this discussion. Sure, there are some opinions that need to be set, but can be confirmed valid if tested in solid UX research.

As others have noted above, there are edge cases where a design decision may need to be overridden, but a general improvement to the admin UX could help greatly in everyday use for site editors and admins.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.0-beta1 was released on March 2, 2016, which means new developments and disruptive changes should now be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

  • xjm committed 72fce21 on 8.3.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
  • alexpott committed a70a74f on 8.3.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...

  • xjm committed 72fce21 on 8.3.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
  • alexpott committed a70a74f on 8.3.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

  • xjm committed 72fce21 on 8.4.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
  • alexpott committed a70a74f on 8.4.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...

  • xjm committed 72fce21 on 8.4.x
    Revert "Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy,...
  • alexpott committed a70a74f on 8.4.x
    Issue #2486453 by LewisNyman, sqndr, heatherwoz, hylid, yoroy, Bojhan:...

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.7.x-dev » 8.8.x-dev

Drupal 8.7.0-alpha1 will be released the week of March 11, 2019, which means new developments and disruptive changes should now be targeted against the 8.8.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

komalk’s picture

Status: Needs work » Needs review
StatusFileSize
new1.24 KB
new115.57 KB
new107.01 KB

Patch #49 failed to apply to 9.1.x.
Review the patch attached screenshot for the reference.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

vikashsoni’s picture

StatusFileSize
new115.57 KB
new107.01 KB

Applied patch #86 working fine sharing screenshot ....

djsagar’s picture

StatusFileSize
new1.24 KB
new388 bytes
new152.82 KB
new190.73 KB

Patch #86 applied and working as accepted, i just changed layout-container width 95% to 100%. and rolling up patch with interdiff.

Please review.

ranjith_kumar_k_u’s picture

StatusFileSize
new1.2 KB

Fix for custom command fail.

djsagar’s picture

StatusFileSize
new1.24 KB
new863 bytes

Re uploading patch with interdiff as patch #89 is Custom Commands Failed.

gauravvvv’s picture

StatusFileSize
new206.62 KB

Max-width is set to 1170 for screen sizes above 1200px.

Adding an after-patch screenshot for reference.

gauravvvv’s picture

Status: Needs review » Reviewed & tested by the community
lauriii’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

This change is potentially disruptive to modules and themes extending Seven. Seven is internal so technically we would be allowed to introduce changes like this. Since this issue has potential side effects that would require work to address, and we are moving focus to working on Claro, I think it would be better to close this issue.