PLI list: vertical layout, full descriptions, wider inputs, row separators

- Drop truncation: full qualifier descriptions (wrap)
- Raw hex input moves under the description, fills row width (flex-1)
- Subtle bottom-border separator between qualifiers
This commit is contained in:
2026-08-16 00:47:06 +03:00
parent 62ba09d25e
commit a916e8a255
2 changed files with 29 additions and 13 deletions
+22 -6
View File
@@ -664,6 +664,10 @@ video {
margin-right: 0.25rem;
}
.mt-0\.5 {
margin-top: 0.125rem;
}
.mt-1 {
margin-top: 0.25rem;
}
@@ -760,10 +764,6 @@ video {
width: 6rem;
}
.w-28 {
width: 7rem;
}
.w-32 {
width: 8rem;
}
@@ -772,8 +772,8 @@ video {
width: 9rem;
}
.w-4 {
width: 1rem;
.w-40 {
width: 10rem;
}
.w-48 {
@@ -882,6 +882,10 @@ video {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.justify-end {
justify-content: flex-end;
}
@@ -898,6 +902,10 @@ video {
gap: 0.25rem;
}
.gap-1\.5 {
gap: 0.375rem;
}
.gap-2 {
gap: 0.5rem;
}
@@ -1244,6 +1252,10 @@ video {
font-size: 10px;
}
.text-\[11px\] {
font-size: 11px;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
@@ -1288,6 +1300,10 @@ video {
line-height: 1.625;
}
.leading-snug {
line-height: 1.375;
}
.text-amber-600 {
--tw-text-opacity: 1;
color: rgb(217 119 6 / var(--tw-text-opacity, 1));