develop #9

Merged
walamana merged 26 commits from develop into main 2026-07-14 22:47:20 +02:00
Showing only changes of commit 9a42d16f9e - Show all commits
+8 -12
View File
@@ -45,21 +45,17 @@ const props = defineProps<{
} }
button { button {
font-size: 13px;
padding: 4px 10px 4px 6px;
i {
font-size: 18px;
margin-right: 6px;
}
&:not(.show){ &:not(.show){
display: none; 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 { @media print {