We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcf38f commit b5686a0Copy full SHA for b5686a0
index.html
@@ -149,11 +149,11 @@ <h1><span>Quick</span><span>UI</span></h1>
149
</section>
150
151
152
- <section :gap="0.5rem">
+ <section :display="flex" :gap="0.5rem">
153
<img src="https://img.shields.io/badge/tag-JavaScript%20Library-bb4444" alt="">
154
<img src="https://img.shields.io/github/size/pardnchiu/QuickUI/dist%2FQuickUI.js" alt="">
155
156
- <section :margin-top="-1.25rem" :gap="0.5rem">
+ <section :display="flex" :margin-top="-1rem" :gap="0.5rem">
157
<a href="https://www.npmjs.com/package/@pardnchiu/quickui" target="_blank" :text-decoration="none">
158
<img src="https://img.shields.io/npm/v/@pardnchiu/quickui" alt="npm版本">
159
</a>
0 commit comments