模板:首页/styles.css:修订间差异
来自高中笔记
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的4个中间版本) | |||
| 第99行: | 第99行: | ||
.homepage-dyk { | .homepage-dyk { | ||
background: var(--background-color-notice-subtle); | background: var(--background-color-notice-subtle); | ||
border-left: | border-left: 4px solid var(--border-color-base); /* 你要的竖线 */ | ||
border-radius: 8px; /* 和 info-card 一样的圆角 */ | border-radius: 8px; /* 和 info-card 一样的圆角 */ | ||
padding: 0.8em 1em; /* 和 info-card 一样的内边距 */ | padding: 0.8em 1em; /* 和 info-card 一样的内边距 */ | ||
white-space: revert !important; | |||
} | } | ||
| 第107行: | 第108行: | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
white-space: normal; | |||
min-width: 0; | |||
} | } | ||