diff --git a/app/static/css/tailwind.css b/app/static/css/tailwind.css
index 27014df..d591e88 100644
--- a/app/static/css/tailwind.css
+++ b/app/static/css/tailwind.css
@@ -633,10 +633,6 @@ video {
margin-left: 0.5rem;
}
-.ml-4 {
- margin-left: 1rem;
-}
-
.mr-1 {
margin-right: 0.25rem;
}
@@ -705,8 +701,9 @@ video {
display: none;
}
-.h-12 {
- height: 3rem;
+.size-6 {
+ width: 1.5rem;
+ height: 1.5rem;
}
.h-16 {
@@ -733,8 +730,8 @@ video {
height: 2rem;
}
-.w-12 {
- width: 3rem;
+.h-3 {
+ height: 0.75rem;
}
.w-16 {
@@ -765,6 +762,10 @@ video {
width: 100%;
}
+.w-3 {
+ width: 0.75rem;
+}
+
.max-w-2xl {
max-width: 42rem;
}
@@ -1243,16 +1244,6 @@ video {
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
-.hover\:bg-gray-700:hover {
- --tw-bg-opacity: 1;
- background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
-}
-
-.hover\:bg-red-600:hover {
- --tw-bg-opacity: 1;
- background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
-}
-
.hover\:text-blue-800:hover {
--tw-text-opacity: 1;
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
@@ -1342,12 +1333,6 @@ video {
text-decoration-line: underline;
}
-@media (min-width: 640px) {
- .sm\:inline {
- display: inline;
- }
-}
-
@media (min-width: 768px) {
.md\:w-auto {
width: auto;
@@ -1363,10 +1348,6 @@ video {
}
@media (min-width: 1024px) {
- .lg\:inline-block {
- display: inline-block;
- }
-
.lg\:flex {
display: flex;
}
@@ -1383,18 +1364,6 @@ video {
align-items: center;
}
- .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
- --tw-space-x-reverse: 0;
- margin-right: calc(1.5rem * var(--tw-space-x-reverse));
- margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
- }
-
- .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
- --tw-space-y-reverse: 0;
- margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
- margin-bottom: calc(0px * var(--tw-space-y-reverse));
- }
-
.lg\:pt-0 {
padding-top: 0px;
}
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index ba0457d..7fdefc6 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -200,22 +200,23 @@
-
+ class="flex items-center px-2 py-1 text-sm font-medium text-red-600 hover:text-red-800 focus:outline-none focus:ring-2 focus:ring-red-500">
- Delete
+ Delete