Skip to content

Commit

Permalink
updated viewer width
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Nov 15, 2024
1 parent e714ade commit c06de5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ private IndexResult<ViewerDatabase> getCrossViewerDatabaseIndexResult(FindReques
}
}

if (collections.isEmpty()) {
return new IndexResult<>();
}

String collectionAlias = SolrUtils.createSearchAllAlias(ViewerFactory.getSolrClient(),
"alias-" + UUID.randomUUID(), collections);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3470,7 +3470,7 @@ rgba(0, 0, 0, .125);

.embedded-viewer{
height: 150vh;
width: 67vw;
width: 70vw;
display: inline-block;
vertical-align: top;
margin-top: 30px;
Expand Down

0 comments on commit c06de5f

Please sign in to comment.