Skip to content
Snippets Groups Projects
Unverified Commit cbebe85c authored by Lynx Kotoura's avatar Lynx Kotoura Committed by GitHub
Browse files

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

* fix style of list of pages on mobile

* overflow clip に変えた
parent b65fd349
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
-
### Client
-
- Fix: ページ一覧ページの表示がモバイル環境において崩れているのを修正
### Server
-
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment