fix: icons & buttons view

* update the viewBox of svg elements
* add cursor pointer when hover the restore button
* rebuild the css
This commit is contained in:
tetuaoro 2024-07-10 18:07:12 +02:00
parent 3dc83f9c25
commit 10d24fa04b
3 changed files with 49 additions and 64 deletions

View file

@ -668,10 +668,6 @@ video {
top: 1rem;
}
.-z-\[1\] {
z-index: -1;
}
.z-0 {
z-index: 0;
}
@ -1462,6 +1458,10 @@ video {
border-bottom-width: 0px;
}
.hover\:cursor-pointer:hover {
cursor: pointer;
}
.hover\:border-red-800:hover {
--tw-border-opacity: 1;
border-color: rgb(153 27 27 / var(--tw-border-opacity));