@@ -716,27 +716,31 @@ html[data-mobile-composer-route-transition="true"]::view-transition-old(t3-mobil
716716 .chat-composer-glass-shell-with-context ::before {
717717 border-radius : 0 ;
718718 /*
719- * One continuous glass layer: a 22px composer joined to a 16px strip,
720- * whose visible sides align with the composer's bottom tangents.
719+ * One continuous glass layer: a 22px composer joined to a 16px strip. The
720+ * strip is inset 1.375rem per side, so the step-in positions and their
721+ * curve controls stay in rem to keep tracking it at non-default interface
722+ * font sizes; the composer's 22px top radius and the strip's 16px bottom
723+ * radius are px by design.
721724 */
722725 clip-path : shape (
723726 from 0 22px ,
724727 curve to 22px 0 with 0 9.85px / 9.85px 0 ,
725728 line to calc (100% - 22px ) 0 ,
726729 curve to 100% 22px with calc (100% - 9.85px ) 0 / 100% 9.85px ,
727- line to 100% calc (100% - var (--chat-composer-context-extension ) - 22 px ),
728- curve to calc (100% - 22 px ) calc (100% - var (--chat-composer-context-extension )) with 100%
729- calc (100% - var (--chat-composer-context-extension ) - 9.85 px ) / calc (100% - 9.85 px )
730+ line to 100% calc (100% - var (--chat-composer-context-extension ) - 1.375 rem ),
731+ curve to calc (100% - 1.375 rem ) calc (100% - var (--chat-composer-context-extension )) with 100%
732+ calc (100% - var (--chat-composer-context-extension ) - 0.6156 rem ) / calc (100% - 0.6156 rem )
730733 calc (100% - var (--chat-composer-context-extension )),
731- line to calc (100% - 22px ) calc (100% - 16px ),
732- curve to calc (100% - 38px ) 100% with calc (100% - 22px ) calc (100% - 7.16px ) /
733- calc (100% - 29.16px ) 100% ,
734- line to 38px 100% ,
735- curve to 22px calc (100% - 16px ) with 29.16px 100% / 22px calc (100% - 7.16px ),
736- line to 22px calc (100% - var (--chat-composer-context-extension )),
737- curve to 0 calc (100% - var (--chat-composer-context-extension ) - 22px ) with 9.85px
734+ line to calc (100% - 1.375rem ) calc (100% - 16px ),
735+ curve to calc (100% - 1.375rem - 16px ) 100% with calc (100% - 1.375rem ) calc (100% - 7.16px ) /
736+ calc (100% - 1.375rem - 7.16px ) 100% ,
737+ line to calc (1.375rem + 16px ) 100% ,
738+ curve to 1.375rem calc (100% - 16px ) with calc (1.375rem + 7.16px ) 100% / 1.375rem
739+ calc (100% - 7.16px ),
740+ line to 1.375rem calc (100% - var (--chat-composer-context-extension )),
741+ curve to 0 calc (100% - var (--chat-composer-context-extension ) - 1.375rem ) with 0.6156rem
738742 calc (100% - var (--chat-composer-context-extension )) / 0
739- calc (100% - var (--chat-composer-context-extension ) - 9.85 px ),
743+ calc (100% - var (--chat-composer-context-extension ) - 0.6156 rem ),
740744 line to 0 22px ,
741745 close
742746 );
0 commit comments