diff --git a/assets/main.scss b/assets/main.scss index 5dde5b9..5a2d2cb 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -354,23 +354,29 @@ button { &_open { @apply flex-wrap; } + &_disabled { @apply pointer-events-none opacity-50; } &-input { @apply flex items-center justify-between; + + span { + @apply select-none w-full h-full; + } } + &-button { - @apply flex-grow h-full; + @apply min-w-10 shrink-0 h-full; } &-selected { - @apply size-10 rounded border-gray-300 shadow inline-block leading-none; + @apply h-10 overflow-hidden rounded border-gray-300 shadow inline-block leading-none grow; } &-changer { - @apply flex gap-4 mt-4 max-h-24 overflow-auto; + @apply flex gap-4 mt-4 max-h-40 overflow-auto; } &-list { diff --git a/components/calc/values.vue b/components/calc/values.vue index 147e3b2..1e8c2ec 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -187,13 +187,11 @@ const calc_table = computed(() => {