We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node 版本: 22.0.0
hexo 版本: 7.2.0
hexo-douban 版本: 2.3.3
问题描述: idouban-picture img 没有设置高度限制,会出现显示溢出的问题,我临时手动添加样式控制了一下,不过base64的样式还是需要改一下。
idouban-picture img
.idouban-picture img { max-width: 100%; }
idouban-picture img 应该设置一个最大高度,不能超过 idouban-item的 min-height-2*padding,也就是130px。
idouban-item
min-height-2*padding
.idouban-item { clear: both; border-bottom: 1px solid #ddd; min-height: 150px; padding: 10px 0; position: relative; }
The text was updated successfully, but these errors were encountered:
试下 v2.3.5
Sorry, something went wrong.
可以了
mythsman
No branches or pull requests
node 版本: 22.0.0
hexo 版本: 7.2.0
hexo-douban 版本: 2.3.3
问题描述:
idouban-picture img
没有设置高度限制,会出现显示溢出的问题,我临时手动添加样式控制了一下,不过base64的样式还是需要改一下。idouban-picture img
应该设置一个最大高度,不能超过idouban-item
的min-height-2*padding
,也就是130px。The text was updated successfully, but these errors were encountered: