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.
place-content: center;
1 parent 49d4bd1 commit 8a88ff0Copy full SHA for 8a88ff0
demo/App.vue
@@ -2,7 +2,7 @@
2
<!-- just for tests -->
3
<video src="#" style="background-color: aqua"> TEST </video>
4
5
- <FileInput :state="state" :global-drop-zone="false">
+ <FileInput :state="state" :global-drop-zone="true">
6
<FileInputSelectedInfo :state="state"/>
7
</FileInput>
8
src/components/FileInput.vue
@@ -234,6 +234,7 @@ function onKeyDown(event: KeyboardEvent) {
234
235
label {
236
display: flex;
237
+ place-content: center;
238
width: 100%;
239
height: 100%;
240
}
0 commit comments