fix: empty aside alignment#3828
Conversation
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🦋 Changeset detectedLatest commit: b5eb010 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Hello! Thank you for opening your first PR to Starlight! ✨ Here’s what will happen next:
|
delucis
left a comment
There was a problem hiding this comment.
Thanks @MangelMaxime! Not sure what the use case is for empty asides but I will assume you hit one 😀
I’ve added a changeset and will get this published in our next patch release.
|
@delucis Indeed 😅 I am working on a plugin for generating F# API documentation in Starlight. And it can happens that an API is deprecated without a message.
|
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://github.com/withastro/starlight/tree/HEAD/packages/starlight)) | [`0.38.3` → `0.38.4`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.38.3/0.38.4) |  |  | --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.38.4`](https://github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0384) [Compare Source](https://github.com/withastro/starlight/compare/@astrojs/[email protected]...@astrojs/[email protected]) ##### Patch Changes - [#​3828](withastro/starlight#3828) [`342038b`](withastro/starlight@342038b) Thanks [@​MangelMaxime](https://github.com/MangelMaxime)! - Fixes aside styling when used without any content - [#​3853](withastro/starlight#3853) [`563e11b`](withastro/starlight@563e11b) Thanks [@​delucis](https://github.com/delucis)! - Fixes a type-checking issue for users on newer versions of TypeScript </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->


Description
Hello,
this PR make it so Asides with empty content have the right alignment.
Before
After