Skip to content

Commit 5a5ef02

Browse files
committed
fix(preprints): updated preprints styles
1 parent 7c91d78 commit 5a5ef02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/app/features/preprints/components/preprint-details/additional-info/additional-info.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h3>{{ 'preprints.preprintStepper.review.sections.metadata.subjects' | translate
5353
}
5454

5555
@if (areSelectedSubjectsLoading()) {
56-
<p-skeleton width="10rem" height="1.7rem" />
56+
<p-skeleton height="1.7rem" />
5757
}
5858
</div>
5959
</section>
@@ -83,8 +83,8 @@ <h3>{{ 'preprints.preprintStepper.review.sections.metadata.tags' | translate }}<
8383
<div class="flex flex-column gap-4">
8484
@for (i of skeletonData; track $index) {
8585
<section class="flex flex-column gap-2">
86-
<p-skeleton width="5rem" height="1.3rem" />
87-
<p-skeleton width="25rem" height="5rem" />
86+
<p-skeleton height="1.3rem" />
87+
<p-skeleton height="5rem" />
8888
</section>
8989
}
9090
</div>

src/app/features/preprints/components/preprint-details/general-information/general-information.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ <h3>{{ 'preprints.preprintStepper.review.sections.authorAssertions.conflictOfInt
119119
<div class="flex flex-column gap-4">
120120
@for (i of skeletonData; track $index) {
121121
<section class="flex flex-column gap-2">
122-
<p-skeleton width="5rem" height="1.3rem" />
123-
<p-skeleton width="25rem" height="5rem" />
122+
<p-skeleton height="1.3rem" />
123+
<p-skeleton height="5rem" />
124124
</section>
125125
}
126126
</div>

src/app/features/preprints/components/preprint-details/preprint-file-section/preprint-file-section.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.file-section-height {
7-
min-height: 400px;
7+
min-height: 600px;
88
}
99

1010
.card {

0 commit comments

Comments
 (0)