
/* topic-mobile.css v3.9.5 — /t/ 话题页移动端真实友好包 (King 2026-06-11)

   rem 基准; 防溢出 + 点按目标; 经 handler ExtraCSS 仅话题页加载 */



.topic-description{word-wrap:break-word;overflow-wrap:break-word}

.topic-description img{max-width:100%;height:auto}

.topic-description pre{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}

.topic-description table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}

.topic-description iframe,.topic-description video{max-width:100%}



@media (max-width:768px){

  .site-page{padding-left:1rem !important;padding-right:1rem !important}

  .site-page a[style*="padding:9px 18px"],.site-page button[style*="padding:9px 18px"]{padding:.625rem 1.125rem !important;min-height:2.5rem}

  .topic-description{line-height:1.85 !important}

}

