SSC image fix

Fix whitespace for downscaled images.

  1. /* ==UserStyle==
  2. @name SSC image fix
  3. @name:ru SSC image fix
  4. @namespace github.com/regs01/usercss
  5. @description Fix whitespace for downscaled images.
  6. @description:ru Fix whitespace for downscaled images.
  7. @version 1.0.0
  8. @author coth
  9. @license MIT
  10. ==/UserStyle== */
  11.  
  12. @-moz-document domain("skyscrapercity.com") {
  13. article.message article.message-body div.lbContainer {
  14. padding-bottom: unset !important;
  15. height: unset !important;
  16. }
  17.  
  18. article.message article.message-body div.lbContainer img {
  19. position: relative !important;
  20. }
  21.  
  22. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址