Skip to content

Commit d573df0

Browse files
committed
Remove blur gradient overlay, use simple separator line before View all logs button
1 parent 26f316c commit d573df0

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,21 +1559,9 @@ tbody tr:hover {
15591559
font-size: 0.88rem;
15601560
}
15611561

1562-
.activity-list-truncated {
1563-
max-height: 340px;
1564-
overflow: hidden;
1565-
position: relative;
1566-
}
1567-
1568-
.activity-list-truncated::after {
1569-
content: '';
1570-
position: absolute;
1571-
bottom: 0;
1572-
left: 0;
1573-
right: 0;
1574-
height: 100px;
1575-
background: linear-gradient(transparent, var(--bg-card));
1576-
pointer-events: none;
1562+
.activity-list-truncated + .activity-more-overlay {
1563+
border-top: 1px solid rgba(255,255,255,0.06);
1564+
padding-top: 12px;
15771565
}
15781566

15791567
.activity-more-overlay {

0 commit comments

Comments
 (0)