Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Improve thumbnail size on Edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Feb 8, 2021
1 parent e0ff56f commit 5a04125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/EditImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<textarea
v-on:input="onDataUpdate"
v-model="file.alt"
rows="3"
rows="2"
class="w-full form-control form-input form-input-bordered py-3 h-auto"
></textarea>
</div>
Expand Down Expand Up @@ -100,7 +100,7 @@ export default {
.thumbnail-container {
position: relative;
width: 100%;
height: 120px;
height: 250px;
margin-bottom: 15px;
video {
Expand Down

0 comments on commit 5a04125

Please sign in to comment.