fix(frontend): webkit-text-size-adjustを100%に固定する (#144)
Co-authored-by: Srgr0 <66754887+Srgr0@users.noreply.github.com>
This commit is contained in:
		| @@ -40,6 +40,7 @@ html { | |||||||
| 	line-height: 1.35; | 	line-height: 1.35; | ||||||
| 	text-size-adjust: 100%; | 	text-size-adjust: 100%; | ||||||
| 	tab-size: 2; | 	tab-size: 2; | ||||||
|  | 	-webkit-text-size-adjust: 100%; | ||||||
|  |  | ||||||
| 	&, * { | 	&, * { | ||||||
| 		scrollbar-color: var(--scrollbarHandle) transparent; | 		scrollbar-color: var(--scrollbarHandle) transparent; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 riku6460
					riku6460