Skip to content
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

blob pages unhandled when “New Code Search and Code View” enabled #77

Open
jglick opened this issue Feb 21, 2023 · 1 comment
Open

Comments

@jglick
Copy link

jglick commented Feb 21, 2023

If under Feature preview you enable New Code Search and Code View (Beta) then pages covered by this feature (such as blob URLs) are displayed in a narrow central column despite this style.

Something sets

max-width: 1280px;

https://github.com/apache/httpd/tree/9605760cff84574a013bf337f6cefae2b4f424f6 is fine but https://github.com/apache/httpd/blob/9605760cff84574a013bf337f6cefae2b4f424f6/CMakeLists.txt is not, for example.

@jglick
Copy link
Author

jglick commented Feb 21, 2023

This rule fixes it (but may well break something else):

div {
  max-width: none !important;
}

The problem is that, unlike previous layouts, the div has only generated classes which could not be reliably matched.

@jglick jglick changed the title No longer handles blob pages blob pages unhandled when “New Code Search and Code View” enabled Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant