You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem
In its current implementation, the default images will scale incorrectly on ultra-wide monitors due to the background-size: cover; in index.css. This causes parts of the image to end up outside the visible screen area.
My suggested solution
This should be fixable by replacing the aforementioned styling with:
The problem
In its current implementation, the default images will scale incorrectly on ultra-wide monitors due to the
background-size: cover;
inindex.css
. This causes parts of the image to end up outside the visible screen area.My suggested solution
This should be fixable by replacing the aforementioned styling with:
The text was updated successfully, but these errors were encountered: