Skip to content

Commit 7443b1b

Browse files
0einstein0zzacharo
authored andcommitted
assets: added css for hidden comment line and last page first comment
1 parent bbe64c2 commit 7443b1b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/collections/grid.overrides

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,10 @@
112112
padding-right: 0 !important;
113113
}
114114
}
115+
116+
.ui.grid {
117+
.hidden-comment-line {
118+
border-bottom: 3px dotted @borderColor;
119+
width: 100%
120+
}
121+
}

invenio_app_rdm/theme/assets/semantic-ui/less/invenio_app_rdm/theme/views/feed.overrides

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
}
115115
}
116116
}
117+
.ui.feed.last-page .requests-event-item:first-child .requests-event-container {
118+
padding-top: @defaultPadding;
119+
}
117120

118121
.ui.feed {
119122
// override SUI defaults to bypass immediate parent rule for feed

0 commit comments

Comments
 (0)