v0.135.0
Minor Changes
- #1148
ce0c49e4Thanks @tenphi! -Layout.Centernow accepts anisGoldenRatioprop. When enabled, the content is positioned slightly above the geometric center using the golden ratio (~38.2% empty space above, ~61.8% below) for a more aesthetically pleasing placement. The behavior only applies while the content fits inside the container; otherwise default centering and scrolling are preserved.
Patch Changes
-
#1149
e5f47ee8Thanks @tenphi! -TextInputand other inputs that consume theinput-autofillrecipe now correctly suppress Chrome's autofill background andappearance: menulist-buttonwhen a suggestion is selected or previewed. The@autofillalias was extended (via:is()so unsupported pseudo-classes are gracefully ignored in Firefox / Safari instead of invalidating the whole rule) to cover:autofill,:-internal-autofill-selected, and:-internal-autofill-previewedin addition to:-webkit-autofill, and the inset background now uses the#surfacetoken instead of a hard-coded white. -
#1148
ce0c49e4Thanks @tenphi! -Resultnow sets a defaultwidth: max 80chand centers itself horizontally (margin: 0 auto) in non-compact mode, capping the component at a comfortable reading width (~80 characters) on wide screens. Pass awidthormarginprop to override. -
#1146
ee4eeb13Thanks @tenphi! -Resultnow appliestext-wrap: balanceto the title and subtitle so multi-line headings break into more even-length lines. -
#1148
ce0c49e4Thanks @tenphi! - Sub-element pseudo selectors now use Tasty’s&::…form (e.g. placeholders, track fill::before) so styles resolve reliably onTextInput,CommandMenusearch input, andSlider.