mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
Avoid wildcard
This commit is contained in:
parent
d71294b767
commit
4fda560c17
@ -21,6 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
:image="page.eyeCatchingImage"
|
||||
:cover="true"
|
||||
:disableImageLink="true"
|
||||
class="thumbnail"
|
||||
/>
|
||||
</div>
|
||||
<div class="content">
|
||||
@ -210,7 +211,7 @@ definePageMetadata(computed(() => page ? {
|
||||
}
|
||||
|
||||
> .banner {
|
||||
>* {
|
||||
> .thumbnail {
|
||||
// TODO: 良い感じのアスペクト比で表示
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user