Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/802e40a5dfa00f897f9d5a741718a319f74ff030 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(ui): explicitly specify width/height of Listbox dropdown icon ()

pull/1518/head
TheCatLady 4 years ago committed by GitHub
parent f78b9c1ca9
commit 802e40a5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,7 @@ const RegionSelector: React.FC<RegionSelectorProps> = ({
: intl.formatMessage(messages.regionDefault)}
</span>
<span className="absolute inset-y-0 right-0 flex items-center pr-2 text-gray-500 pointer-events-none">
<ChevronDownIcon />
<ChevronDownIcon className="w-5 h-5" />
</span>
</Listbox.Button>
</span>

@ -520,7 +520,7 @@ const AdvancedRequester: React.FC<AdvancedRequesterProps> = ({
</span>
</span>
<span className="absolute inset-y-0 right-0 flex items-center pr-2 text-gray-500 pointer-events-none">
<ChevronDownIcon />
<ChevronDownIcon className="w-5 h-5" />
</span>
</Listbox.Button>
</span>

Loading…
Cancel
Save