Improve game links
All checks were successful
Django CI/CD / test (push) Successful in 1m6s
Django CI/CD / build-and-push (push) Successful in 1m56s

This commit is contained in:
2024-07-09 19:40:47 +02:00
parent 86f8fde8fa
commit ba44814474
11 changed files with 263 additions and 54 deletions

View File

@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/
/*
@ -783,6 +783,18 @@ select {
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.invisible {
visibility: hidden;
}
@ -819,6 +831,14 @@ select {
top: 0.75rem;
}
.-left-6 {
left: -1.5rem;
}
.-top-\[31\.5px\] {
top: -31.5px;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
@ -860,6 +880,10 @@ select {
margin-bottom: 2rem;
}
.me-2 {
margin-inline-end: 0.5rem;
}
.ml-1 {
margin-left: 0.25rem;
}
@ -892,6 +916,10 @@ select {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.table {
display: table;
}
@ -900,12 +928,12 @@ select {
display: none;
}
.h-24 {
height: 6rem;
.h-12 {
height: 3rem;
}
.h-3 {
height: 0.75rem;
.h-24 {
height: 6rem;
}
.h-4 {
@ -924,6 +952,10 @@ select {
min-height: 100vh;
}
.w-24 {
width: 6rem;
}
.w-5 {
width: 1.25rem;
}
@ -944,6 +976,10 @@ select {
width: 100%;
}
.min-w-60 {
min-width: 15rem;
}
.max-w-screen-lg {
max-width: 1024px;
}
@ -1036,6 +1072,11 @@ select {
border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
@ -1051,6 +1092,14 @@ select {
background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.p-2 {
padding: 0.5rem;
}
.p-2\.5 {
padding: 0.625rem;
}
.p-4 {
padding: 1rem;
}
@ -1075,6 +1124,16 @@ select {
padding-bottom: 0.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-\[13\.5px\] {
padding-top: 13.5px;
padding-bottom: 13.5px;
}
.pb-16 {
padding-bottom: 4rem;
}
@ -1099,6 +1158,10 @@ select {
text-align: center;
}
.align-top {
vertical-align: top;
}
.font-mono {
font-family: IBM Plex Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@ -1128,6 +1191,11 @@ select {
line-height: 1.75rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
@ -1138,6 +1206,10 @@ select {
line-height: 1rem;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
@ -1244,11 +1316,11 @@ select {
font-style: normal;
}
a:hover {
/* a:hover {
text-decoration-color: #ff4400;
color: rgb(254, 185, 160);
transition: all 0.2s ease-out;
}
} */
form label:is(.dark *) {
--tw-text-opacity: 1;
@ -1258,6 +1330,7 @@ form label:is(.dark *) {
.responsive-table {
margin-left: auto;
margin-right: auto;
table-layout: fixed;
}
.responsive-table:is(.dark *) {
@ -1448,6 +1521,71 @@ th label {
padding-left: 1em;
}
.truncate-container {
position: relative;
display: inline-block;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
a {
display: inline-block;
}
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
a {
max-width: 20ch;
}
a {
&:hover {
position: absolute;
}
&:hover {
top: -2rem;
}
&:hover {
left: -1.5rem;
}
&:hover {
min-width: 15rem;
}
&:hover {
max-width: none;
}
&:hover {
border-radius: 0.125rem;
}
&:hover {
--tw-bg-opacity: 1;
background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
&:hover {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
&:hover {
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}
&:hover {
outline-style: dashed;
}
&:hover {
outline-width: 4px;
}
&:hover {
outline-color: #c084fc;
}
}
}
.hover\:bg-blue-800:hover {
--tw-bg-opacity: 1;
background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
@ -1478,6 +1616,17 @@ th label {
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
@ -1504,6 +1653,11 @@ th label {
display: block;
}
.dark\:bg-blue-600:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.dark\:bg-gray-800:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
@ -1534,6 +1688,16 @@ th label {
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:hover\:bg-blue-700:hover:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.dark\:focus\:ring-blue-800:focus:is(.dark *) {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {
.sm\:inline {
display: inline;
@ -1599,10 +1763,6 @@ th label {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.md\:max-w-40char {
max-width: 40ch;
}
}
@media (min-width: 1024px) {
@ -1617,4 +1777,4 @@ th label {
.lg\:max-w-lg {
max-width: 32rem;
}
}
}