mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 04:18:27 +02:00
Theme elector width fix
This commit is contained in:
parent
d5b0adeeed
commit
347b74a55d
@ -1,5 +1,5 @@
|
||||
<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()">
|
||||
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" (change)="changeTheme()">
|
||||
<option value="default" i18n="theme.mempool-theme">Classic</option>
|
||||
<option value="contrast" i18n="theme.high-contrast">BlueMatt</option>
|
||||
</select>
|
||||
|
@ -0,0 +1,3 @@
|
||||
.custom-select {
|
||||
width: 100px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user