-
Notifications
You must be signed in to change notification settings - Fork 196
BUG: Left sidebar overlapping #53
Comments
This issue occurs when the width isn't set on the image in the
The quick solution would be to add a fallback width to the template here:
100px could be substituted with whatever we deem the most appropriate as a max width. Thoughts? I am fine with putting this PR together. |
The other solution is to remove this line in the CSS. Honestly, can't remember what all it was doing.
|
Thanks for reply. Lemme get back to this in an hour after finding the translations. |
Thanks for pointing me to this useful CSS property. That's almost the solution. This right thing to do is to have a quick look at what this property actually does, say, at https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows. By playing with the samples, you'll get a quick idea. Now, get our hands dirty with a web developer tool.
The |
Bug Report
Describe the bug
See the animated screenshot below and the title above.
To Reproduce
Increase the size of the site icon.
Expected behavior
Recent posts section won't overlap with intro section no matter how large the icon is.
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: