ページ一覧ページの表示がモバイル環境において崩れているのを修正 (#12354)
* fix style of list of pages on mobile * overflow clip に変えた
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lynx Kotoura
					Lynx Kotoura