feat: add link to radiquum.wah.su/photos

This commit is contained in:
Kentai Radiquum 2025-02-22 02:36:59 +05:00
parent 73606e1fc0
commit 0c799a2fb8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 71 additions and 19 deletions

View file

@ -706,6 +706,11 @@ video {
margin-bottom: 1rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
@ -758,6 +763,10 @@ video {
aspect-ratio: 1 / 1;
}
.aspect-\[1\/1\] {
aspect-ratio: 1/1;
}
.h-14 {
height: 3.5rem;
}
@ -786,6 +795,14 @@ video {
height: 100%;
}
.h-12 {
height: 3rem;
}
.h-10 {
height: 2.5rem;
}
.max-h-\[182px\] {
max-height: 182px;
}
@ -847,10 +864,22 @@ video {
width: max-content;
}
.w-12 {
width: 3rem;
}
.w-10 {
width: 2.5rem;
}
.min-w-\[372px\] {
min-width: 372px;
}
.min-w-\[170px\] {
min-width: 170px;
}
.max-w-\[50vw\] {
max-width: 50vw;
}
@ -859,6 +888,10 @@ video {
max-width: 512px;
}
.max-w-\[170px\] {
max-width: 170px;
}
.flex-1 {
flex: 1 1 0%;
}
@ -1171,6 +1204,11 @@ video {
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
@ -1273,6 +1311,11 @@ video {
padding-bottom: 2rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.text-center {
text-align: center;
}