404 Page in default route has pointless horizontal scroll #62

Closed
opened 2022-12-12 16:16:55 +00:00 by mummified-corroding-granny · 1 comment

Kindly,

When browsing to http://watchpeopledie.tv/make_Disorder9547_admin , one gets a horizontal scroll bar on at least chrome and edge at 1920x1080. Seems pointless to have a horizontal scroll bar given that it is supposed to return a 404 and a marsey. Might also apply to other "default error pages"

EDIT: Same horizontal bar at:

This route seems to use the default.html template that serves other things like https://watchpeopledie.tv/h/burning

Note that the CSS that needs correcting affects those pages so maybe it is a dangerous change for you and it might be more intesting to take the L

EDIT: sorry brain damage kicked in (distracted by work). The following is the correct relevant bit of CSS not the one I had previously

# ./files/assets/css/main.css
.row {
...
margin-right: -15px;
margin-left: -15px;
...

Working in my machine (TM) if I delete the above CSS. Note that it immediately changed the width of the listing of posts on https://watchpeopledie.tv/h/burning

Kindly, When browsing to http://watchpeopledie.tv/make_Disorder9547_admin , one gets a horizontal scroll bar on at least chrome and edge at 1920x1080. Seems pointless to have a horizontal scroll bar given that it is supposed to return a 404 and a marsey. Might also apply to other "default error pages" EDIT: Same horizontal bar at: - https://watchpeopledie.tv/search/users - https://watchpeopledie.tv/notifications - https://watchpeopledie.tv/notifications/posts This route seems to use the default.html template that serves other things like https://watchpeopledie.tv/h/burning Note that the CSS that needs correcting affects those pages so maybe it is a dangerous change for you and it might be more intesting to take the L EDIT: sorry brain damage kicked in (distracted by work). The following is the correct relevant bit of CSS not the one I had previously ``` # ./files/assets/css/main.css .row { ... margin-right: -15px; margin-left: -15px; ... ``` Working in my machine (TM) if I delete the above CSS. Note that it immediately changed the width of the listing of posts on https://watchpeopledie.tv/h/burning

Please close this.

This was fixed recently by the change to the commercial phenomenon holiday of 25th of December

Please close this. This was fixed recently by the change to the commercial phenomenon holiday of 25th of December
Sign in to join this conversation.
There is no content yet.