mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
This commit is contained in:
parent
65da8469ce
commit
46797a0757
@ -78,4 +78,16 @@ const iconName = computed<string | { svg: string }>(() => {
|
||||
.vp-card-wrapper .body > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 419px) {
|
||||
.vp-card-wrapper .body :where(div[class*="language-"], .vp-block) {
|
||||
margin: 16px -20px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.vp-card-wrapper .body :deep(.code-block-title-bar) {
|
||||
margin-inline: -20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user