Feature(360): actually show spheres when it is already linked

This commit is contained in:
Pieter Vander Vennet 2025-04-09 23:30:39 +02:00
parent 3e4708b0b9
commit e81b0d10ea
17 changed files with 124 additions and 30 deletions

View file

@ -3354,6 +3354,11 @@ input[type="range"].range-lg::-moz-range-thumb {
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
--tw-bg-opacity: 1;
background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1));
@ -4015,6 +4020,10 @@ input[type="range"].range-lg::-moz-range-thumb {
padding: 2rem;
}
.p-\[3\.25rem\] {
padding: 3.25rem;
}
.\!px-0 {
padding-left: 0px !important;
padding-right: 0px !important;