makes ignoring of blank client names.

This commit is contained in:
Bryce
2023-08-03 10:58:26 -07:00
parent 460e2077b9
commit b345051a83
3 changed files with 84 additions and 41 deletions

View File

@@ -1404,6 +1404,10 @@ input:checked + .toggle-bg {
flex-shrink: 0;
}
.shrink {
flex-shrink: 1;
}
.basis-1\/2 {
flex-basis: 50%;
}
@@ -1412,6 +1416,10 @@ input:checked + .toggle-bg {
flex-basis: 25%;
}
.basis-1\/3 {
flex-basis: 33.333333%;
}
.-translate-x-full {
--tw-translate-x: -100%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -1560,6 +1568,11 @@ input:checked + .toggle-bg {
gap: 2rem;
}
.gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1px * var(--tw-space-x-reverse));