From 47711d5af9e96ee1d5e1f81461b4de21c821fb83 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 15 May 2024 10:07:32 +0300 Subject: [PATCH] Refactored datepicker input --- assets/styles/layout/_topbar.scss | 7 ++++--- components/lib/datepicker/DatePicker.vue | 2 +- components/lib/datepicker/style/DatePickerStyle.js | 6 +++--- doc/datepicker/IconDoc.vue | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/assets/styles/layout/_topbar.scss b/assets/styles/layout/_topbar.scss index 5629f6cc7..8f197e901 100644 --- a/assets/styles/layout/_topbar.scss +++ b/assets/styles/layout/_topbar.scss @@ -108,7 +108,7 @@ position: absolute; top: calc(100% + 2px); right: 0; - width: 14rem; + width: 16rem; padding: .75rem; background-color: var(--overlay-background); border-radius: 6px; @@ -135,11 +135,12 @@ display: flex; gap: .5rem; flex-wrap: wrap; + justify-content: space-between; button { border: none; - width: 1em; - height: 1rem; + width: 1.25rem; + height: 1.25rem; border-radius: 50%; cursor: pointer; outline-color: transparent; diff --git a/components/lib/datepicker/DatePicker.vue b/components/lib/datepicker/DatePicker.vue index 8f2f429f8..b91291039 100755 --- a/components/lib/datepicker/DatePicker.vue +++ b/components/lib/datepicker/DatePicker.vue @@ -48,7 +48,7 @@