mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Align datepicker style with rest of the app
This commit is contained in:
parent
38db80edbc
commit
d81112690b
|
@ -10,6 +10,7 @@
|
|||
:max-date="now"
|
||||
model-type="yyyy-MM-dd"
|
||||
format="yyyy-MM-dd"
|
||||
class="mt-1"
|
||||
text-input
|
||||
auto-apply
|
||||
:enable-time-picker="false"
|
||||
|
@ -20,6 +21,7 @@
|
|||
<Datepicker
|
||||
v-model="dateTo"
|
||||
:dark="settingsStore.isDarkTheme"
|
||||
class="mt-1"
|
||||
:max-date="tomorrow"
|
||||
model-type="yyyy-MM-dd"
|
||||
format="yyyy-MM-dd"
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
// global main style
|
||||
|
||||
.dp__theme_dark {
|
||||
// Datepicker font size
|
||||
--dp-font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.d-flex > * {
|
||||
// Fix stupid flexbox bug where the flex items are overflowing the parent div if min-width is not set.
|
||||
// mainly appeared on firefox.
|
||||
|
|
Loading…
Reference in New Issue
Block a user