-
Notifications
You must be signed in to change notification settings - Fork 12
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
Grader Report problem #123
Comments
I think maybe you already had the background fixed. |
Setting the region main to 100% would push the blocks on the right down. Not sure if thats great too. Not that I know a better solution :) |
With blocks left it works a lot better, I could ignore the user setting on this page an just push blocks left, what do you think? |
I think the idea of the grader report is that on smaller devices you can still see a lot of the grid. Perhaps removing the blocks would be a better solution. |
I think the blocks should be removed, or push under the "region-main" (as done by theme Essential) |
Or maybe have the blocks appear to the left of the content? (just on this page) and on the right in RTL mode. (like on the Aardvark theme) |
Currently when using Right Block layout, the blocks overlap the grader report (screenshot attached). Can be fixed with following CSS:
.path-grade-report-grader .gradeparent table {
background:#fff;
}
page-grade-report-grader-index #region-main {
width:100%;
}
The text was updated successfully, but these errors were encountered: