Fix global footer selector css

This commit is contained in:
natsoni 2024-04-04 18:38:08 +09:00
parent 2f8d0d90cd
commit cfc3615e64
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -1,5 +1,5 @@
<div [formGroup]="themeForm" class="text-small text-center ml-2">
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 160px;" (change)="changeTheme()">
<div [formGroup]="themeForm" class="text-small text-center">
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 150px;" (change)="changeTheme()">
<option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
<option value="contrast" i18n="theme.high-contrast">High Contrast</option>
</select>