mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): fix post-list width overflow
This commit is contained in:
parent
20728f504d
commit
ad1f02de62
@ -162,12 +162,14 @@ const actions = computed(() => hero?.actions ?? matter.value.hero?.actions ?? []
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding-top: 24px;
|
||||
margin: -6px;
|
||||
}
|
||||
|
||||
.action {
|
||||
flex-shrink: 0;
|
||||
min-width: 0;
|
||||
padding: 6px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -53,6 +53,7 @@ const {
|
||||
flex: 1 2;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user