Slight improvement to Customize More noscript behavior

My wife suggested this, thanks Aria!! Identical behavior, but not using
the hack of reading the `style` attribute.
This commit is contained in:
Emi Matchu 2024-09-09 16:27:23 -07:00
parent 2aed7b21db
commit 7f356cdede

View file

@ -66,6 +66,7 @@ body.items-show
overflow: hidden
transition: width .25s
white-space: nowrap
--natural-width: auto
measured-content
padding-right: .5em
@ -75,9 +76,7 @@ body.items-show
// what it is in px, we can use that for a smooth transition. If not,
// okay, we just pop out to `auto`, which CSS can't make smooth.
.customize-more-label
width: auto
&[style*="--natural-width"]
width: var(--natural-width)
width: var(--natural-width)
outfit-viewer
display: block