Commit f9452bb5 by Jonathan Thomas

Improved responsive files component

parent 3d1229fb
......@@ -7,7 +7,7 @@
<label for="floatingInput">Search</label>
</div>
</div>
<div v-for="file in searchedFiles" :key="file.id" class="col-4" style="position: relative;">
<div v-for="file in searchedFiles" :key="file.id" class="col-sm-12 col-lg-4" style="position: relative;">
<div class="btn-group dropstart context-menu">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="dropdown-toggle bi bi-three-dots-vertical" data-bs-toggle="dropdown" aria-expanded="false" viewBox="0 0 16 16">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment