diff --git a/public/src/components/PlanActionBar.vue b/public/src/components/PlanActionBar.vue index 2fa04bd..a23b438 100644 --- a/public/src/components/PlanActionBar.vue +++ b/public/src/components/PlanActionBar.vue @@ -45,21 +45,17 @@ const props = defineProps<{ } button { + font-size: 13px; + padding: 4px 10px 4px 6px; + + i { + font-size: 18px; + margin-right: 6px; + } + &:not(.show){ display: none; } - &.save{ - &:not(.show){ - display: flex; - } - width: 220px; - translate: 0 calc(100% + 20px); - transition: 200ms translate; - &.show { - translate: 0; - transition-delay: 100ms; - } - } } @media print {