style: make action buttons smaller and less dense

- Reduced button font-size to 13px
- Reduced button padding to 4px 10px 4px 6px
- Reduced icon size to 18px with smaller margin
This commit is contained in:
2026-07-14 21:55:56 +02:00
parent 9d89f32374
commit 9a42d16f9e
+8 -12
View File
@@ -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 {