This PR is to fix some CJK display problems for Libredirect's Svelte UI:
Sidebar: CJK texts are squashed and displayed vertically because they are wider than latin charaters. (Added min-width: max-content property for this)
Options and popup pages do not have fallback fonts, which makes CJK texts appear in a serif font that doesn't quite match the default Inter font. (Added sans-serif as fallback)
This PR is to fix some CJK display problems for Libredirect's Svelte UI:
min-width: max-content
property for this)sans-serif
as fallback)