Skip to content

Commit

Permalink
[UPD] Mejora de estilos en la subida ficheros de forma masiva
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Oct 7, 2024
1 parent 17d7d92 commit 7ef5a23
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/genweb6/theme/theme/scss/views/_folder_contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,22 @@ body.template-folder_contents {
#content > header {
display: none;
}

.pat-structure {

.upload-container {

.upload-area {
max-height: 70dvh;
padding: 30px 15px;

.previews {
margin-top: 2em;
height: 45dvh;
overflow-y: auto;
overflow-x: hidden;
}
}
}
}
}
14 changes: 14 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -32750,6 +32750,20 @@ body.template-folder_contents #portal-breadcrumbs,
body.template-folder_contents #content > header {
display: none;
}
/* line 40, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .pat-structure .upload-container .upload-area,
body.template-folder_contents .pat-structure .upload-container .upload-area {
max-height: 70dvh;
padding: 30px 15px;
}
/* line 44, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .pat-structure .upload-container .upload-area .previews,
body.template-folder_contents .pat-structure .upload-container .upload-area .previews {
margin-top: 2em;
height: 45dvh;
overflow-y: auto;
overflow-x: hidden;
}

/* line 7, ../scss/views/_history.scss */
body.template-versions-history-form #content-core #sortable span {
Expand Down
14 changes: 14 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14885,6 +14885,20 @@ body.template-folder_contents #portal-breadcrumbs,
body.template-folder_contents #content > header {
display: none;
}
/* line 40, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .pat-structure .upload-container .upload-area,
body.template-folder_contents .pat-structure .upload-container .upload-area {
max-height: 70dvh;
padding: 30px 15px;
}
/* line 44, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .pat-structure .upload-container .upload-area .previews,
body.template-folder_contents .pat-structure .upload-container .upload-area .previews {
margin-top: 2em;
height: 45dvh;
overflow-y: auto;
overflow-x: hidden;
}

/* line 7, ../scss/views/_history.scss */
body.template-versions-history-form #content-core #sortable span {
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 7ef5a23

Please sign in to comment.