Skip to content

Commit

Permalink
review(dataset): address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Feb 16, 2024
1 parent b9532d8 commit 4a9d170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="mel-grid-container-dataset py-16">
<div class="sm:col-span-1"></div>
<div class="md:col-span-6 lg:col-span-8">
<div class="md:col-start-2 lg:col-start-2 md:col-span-6 lg:col-span-8">
<div class="flex justify-end gap-2">
<mel-datahub-favorite-heart
[record]="record"
Expand All @@ -19,7 +18,9 @@
></mel-datahub-button-primary>
}
</div>
<h1 class="mel-page-title sm:block my-4 sm:-ml-20">
<h1
class="mel-page-title sm:block my-4 sm:-ml-20 sm:mr-10 md:mr-20 lg:mr-44"
>
{{ record.title }}
</h1>
@if(record.abstract){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
}
</div>
<div class="mel-grid-container-dataset">
<div class="sm:col-span-1"></div>
<div class="sm:col-span-8">
<div class="sm:col-start-2 sm:col-span-8">
@if ((displayMap$ | async) || (displayData$ | async)) {
<!-- TODO: try to adapt tab layout to fit MEL -->
<div style="height: 612px">
Expand Down

0 comments on commit 4a9d170

Please sign in to comment.