UX: improve styling of image attribution

This commit is contained in:
Pieter Vander Vennet 2023-12-16 01:39:10 +01:00
parent 7a3cb9fbdd
commit 2580a67e1f
4 changed files with 51 additions and 23 deletions

View file

@ -729,6 +729,14 @@ video {
bottom: 0px;
}
.top-1\/2 {
top: 50%;
}
.left-1\/2 {
left: 50%;
}
.right-4 {
right: 1rem;
}
@ -1114,6 +1122,14 @@ video {
height: 4rem;
}
.h-0 {
height: 0px;
}
.h-5 {
height: 1.25rem;
}
.h-4 {
height: 1rem;
}
@ -1134,10 +1150,6 @@ video {
height: 2.75rem;
}
.h-5 {
height: 1.25rem;
}
.h-48 {
height: 12rem;
}
@ -1224,14 +1236,18 @@ video {
width: 6rem;
}
.w-4 {
width: 1rem;
}
.w-0 {
width: 0px;
}
.w-5 {
width: 1.25rem;
}
.w-4 {
width: 1rem;
}
.w-3 {
width: 0.75rem;
}
@ -1256,10 +1272,6 @@ video {
width: auto;
}
.w-5 {
width: 1.25rem;
}
.w-10 {
width: 2.5rem;
}
@ -1733,6 +1745,11 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-white\/50 {
background-color: rgb(255 255 255 / 0.5);
}
@ -1782,14 +1799,14 @@ video {
padding: 0.25rem;
}
.p-0 {
padding: 0px;
}
.p-0\.5 {
padding: 0.125rem;
}
.p-0 {
padding: 0px;
}
.p-12 {
padding: 3rem;
}