Skip to content

Increase specificity of avatar sizing rule

sheepman4267 requested to merge sheepman4267/cactus-client:main into main

Setting height:auto on most images is pretty common for responsive designs. On my site, where I embed cactus comments, the theme styling causes avatars to do what you see here: 2023-07-06_21.24.39_localhost_87fc0338be10

This MR increases the specificity of the selector setting avatar size, so it won't be easily messed up by other CSS present on the site.

Edited by sheepman4267

Merge request reports