且听风吟

Results 2 comments of 且听风吟

You can refer to this link: https://github.com/yshui/picom/issues/1216

貌似不是twikoo的问题。 折叠是通过以下代码实现的: ```css .tk-content-expand { max-height: none; } .tk-content { margin-top: 0.5rem; overflow: hidden; max-height: 500px; position: relative; } ``` 但是,您网站的.tk-content选择器的max-height属性被设置成了2000px: ```css .tk-content { margin-top: 7px !important; font-size: 17px; max-height:...