Skip to content

Commit

Permalink
adjust sizing slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 30, 2023
1 parent 23edee8 commit 01bc0eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}
<div class="file-configuration" style="width: 100%;height: calc(100% - 105px);display:flex;">
<div class="uploaded-files" style="width: 32.6793%;padding: 10px;padding-top: 0;">
<div class="uploaded-files" style="width: 36%;padding: 10px;padding-top: 0;">
<h4><span>{% trans "Uploaded Files" %}</span></h4>
<span>{% trans "Specify how to process the data files for viewing. Any additional files (such as images) will be automatically displayed if possible." %}</span>
<div class="file-button-container">
Expand Down Expand Up @@ -61,7 +61,7 @@ <h4><span>{% trans "Uploaded Files" %}</span></h4>
</div>
</div>
<div style="cursor:col-resize; width:18px;" class="resizer"></div>
<div class="active-files" style="width: 31.9659%; display: flex; flex-direction: column">
<div class="active-files" style="width: 22%; display: flex; flex-direction: column">
<div data-bind="visible: !(selectedFiles().length > 1) && fileMode() == 'data'">
<h4 data-bind="text: selectedFile()?.details?.name"></h4>
<div class="cm" style="border: 1px solid #ddd" >
Expand Down Expand Up @@ -118,7 +118,7 @@ <h4>{% trans "File Preview" %}</h4>
</div>
</div>
<div style="cursor:col-resize;width:18px;" class="resizer"></div>
<div style="width: 32.3226%;padding: 10px; padding-top: 0;" data-bind="visible: fileMode() == 'data'">
<div style="width: 22%;padding: 10px; padding-top: 0;" data-bind="visible: fileMode() == 'data'">
{% block importerConfiguration %}
<!-- ko component: {
name: 'importer-configuration',
Expand Down

0 comments on commit 01bc0eb

Please sign in to comment.