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 @@