feat: changes and fixes

This commit is contained in:
Herculino Trotta
2025-11-18 01:04:39 -03:00
parent ed3d58f1fd
commit e2e1c5cff5
18 changed files with 1324 additions and 412 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function initiateTooltips() {
delegate(document.body, {
target: '[data-tippy-content]',
theme: theme,
zIndex: 1100,
zIndex: 1089,
content(reference) {
return reference.getAttribute('data-tippy-content');
},
+5
View File
@@ -174,6 +174,11 @@
.table-col-auto {
@apply w-1;
}
.btn.btn-free {
@apply min-h-(--size) py-1;
height: unset;
}
}