diff --git a/assets/css/app.css b/assets/css/app.css index 031cc49e0a..4fb8591a36 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -347,3 +347,8 @@ small { .dark .form-switch .form-check-input:checked { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2328293e'/%3e%3c/svg%3e"); } +/* fix desktop safari formatting */ +input::-webkit-datetime-edit { + display: block; + padding: 0; +} diff --git a/assets/js/components/TargetCharge.vue b/assets/js/components/TargetCharge.vue index 9119e4c975..7a58721bdb 100644 --- a/assets/js/components/TargetCharge.vue +++ b/assets/js/components/TargetCharge.vue @@ -20,7 +20,7 @@