Fixed TitleIcon is broken when there a lot of values

This commit is contained in:
DrMint 2024-06-01 17:07:15 +02:00
parent 4379937811
commit 34c4b35207
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,6 @@
- [Feat] 404, 500 pages - [Feat] 404, 500 pages
- [Bugs] [iOS] Video doesn't seem to start - [Bugs] [iOS] Video doesn't seem to start
- [Bugs] TitleIcon is broken when there a lot of values https://v3.accords-library.com/en/pages/dod3-story-side-character-introduction
- [Feat] Add languages to collectibles and pages previews - [Feat] Add languages to collectibles and pages previews
- [Bugs] Folder icon is shrinking when title is too long https://v3.accords-library.com/en/folders/drakengard-1-3-shi-ni-itaru-aka - [Bugs] Folder icon is shrinking when title is too long https://v3.accords-library.com/en/folders/drakengard-1-3-shi-ni-itaru-aka
- [Bugs] Missing title fontsize on simple titles https://v3.accords-library.com/en/images/6656a0113fe38b258ef5f852 - [Bugs] Missing title fontsize on simple titles https://v3.accords-library.com/en/images/6656a0113fe38b258ef5f852

View File

@ -19,7 +19,8 @@ const { icon, title } = Astro.props;
<style> <style>
div { div {
display: flex; display: flex;
place-self: start;
flex-shrink: 0;
gap: 8px; gap: 8px;
line-height: 0.9;
} }
</style> </style>