css improvements
This commit is contained in:
@@ -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}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user