mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-03-19 17:10:58 +08:00
fix(DecentHolograms): 尝试使用另一种生效方式
我知道important不对,之后再说吧
This commit is contained in:
parent
8826275073
commit
87ec610e46
@ -5,12 +5,10 @@ sidebar_position: 2
|
||||
|
||||
# DecentHolograms
|
||||
|
||||
<div class="stylish-image">
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms/releases)
|
||||
[](https://www.spigotmc.org/resources/.96927)
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms)
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms/blob/main/LICENSE)
|
||||
</div>
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms/releases){.stylish-image}
|
||||
[](https://www.spigotmc.org/resources/.96927){.stylish-image}
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms){.stylish-image}
|
||||
[](https://github.com/DecentSoftware-eu/DecentHolograms/blob/main/LICENSE){.stylish-image}
|
||||
|
||||
```text
|
||||
一个轻量级但功能强大的全息图插件,具有许多功能和配置项。
|
||||
|
@ -150,8 +150,8 @@ article .markdown img {
|
||||
}
|
||||
|
||||
article .markdown img.stylish-image {
|
||||
display: inline-block; /* 使图片并列显示 */
|
||||
margin: 0; /* 移除默认的外边距 */
|
||||
display: inline-block !important; /* 使图片并列显示 */
|
||||
margin: 0 !important; /* 移除默认的外边距 */
|
||||
}
|
||||
|
||||
article .markdown > h2 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user