Skip to content

Commit

Permalink
Changed height of filebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
gvinson committed May 17, 2022
1 parent c7d0a7d commit 24d0e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ var _hoisted_22 = {
key: 0,
"class": "p-2 overflow-y-auto flex flex-wrap relative",
style: {
"height": "75vh"
"height": "55vh"
}
};
var _hoisted_23 = {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ var _hoisted_22 = {
key: 0,
"class": "p-2 overflow-y-auto flex flex-wrap relative",
style: {
"height": "75vh"
"height": "55vh"
}
};
var _hoisted_23 = {
Expand Down
3 changes: 1 addition & 2 deletions resources/js/components/Manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@
<!-- </div>-->
<!-- </div>-->

<div v-if="!uploadingFiles" class="p-2 overflow-y-auto flex flex-wrap relative" style="height: 75vh;max-height:
450px;">
<div v-if="!uploadingFiles" class="p-2 overflow-y-auto flex flex-wrap relative" style="height: 55vh">
<Heading
v-if="files.error"
level="3"
Expand Down

0 comments on commit 24d0e4b

Please sign in to comment.