Avoid wildcard

This commit is contained in:
かっこかり
2023-09-05 08:18:47 +09:00
committed by GitHub
parent d71294b767
commit 4fda560c17
+2 -1
View File
@@ -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%;