ページ一覧ページの表示がモバイル環境において崩れているのを修正 (#12354)

* fix style of list of pages on mobile

* overflow clip に変えた
This commit is contained in:
Lynx Kotoura
2023-11-19 11:43:04 +09:00
committed by GitHub
parent b65fd34981
commit cbebe85ccf
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,6 @@ const props = defineProps<{
& + article {
left: 0;
width: 100%;
}
}
}
@@ -124,6 +123,7 @@ const props = defineProps<{
> .thumbnail {
height: 80px;
overflow: clip;
}
> article {