css improvements

This commit is contained in:
2024-02-10 19:33:05 +01:00
parent 1ef0cdec90
commit 00dc8b5d4f
6 changed files with 18 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ const docs = unsortedDocs.sort(
{doc.frontmatter.has_thumbnail ? (
<img
width="100%"
style="border-radius: 5px;"
src={"/img/docs/thumbnails/" + doc.frontmatter.repo + ".webp"}
/>
) : null}

View File

@@ -24,7 +24,7 @@ The GameSDK's Achievements, Applications, Voice, Images, Lobbies, Networking, St
The plugin only works with 4.2 and above for the current version
:::
<br/>
:::assert{title="Important info"}
:::deter{title="Important info"}
To make anything work in the plugin make sure to run
```gdscript