Skip to content

Commit 35540f6

Browse files
committed
Refactor timeline and commit item styles for improved spacing and layout
1 parent 24e443c commit 35540f6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

assets/css/admin.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,7 @@
532532

533533
.gtws-timeline-item {
534534
position: relative;
535-
padding-bottom: 25px;
536-
margin-bottom: 15px;
535+
margin-bottom: 5px;
537536
}
538537

539538
.gtws-timeline-item:last-child {
@@ -576,7 +575,7 @@
576575
background: #f9f9f9;
577576
border: 1px solid #c3c4c7;
578577
border-radius: 6px;
579-
padding: 15px;
578+
padding: 10px;
580579
position: relative;
581580
transition: all 0.2s;
582581
}
@@ -595,7 +594,7 @@
595594
display: flex;
596595
align-items: center;
597596
gap: 10px;
598-
margin-bottom: 8px;
597+
margin-bottom: 4px;
599598
flex-wrap: wrap;
600599
}
601600

@@ -629,14 +628,14 @@
629628
color: #1d2327;
630629
font-size: 14px;
631630
line-height: 1.5;
632-
margin-bottom: 8px;
631+
margin-bottom: 4px;
633632
font-weight: 500;
634633
}
635634

636635
.gtws-commit-date {
637636
color: #646970;
638637
font-size: 12px;
639-
margin-bottom: 10px;
638+
margin-bottom: 4px;
640639
}
641640

642641
.gtws-sync-info {
@@ -682,6 +681,8 @@
682681
font-size: 16px;
683682
width: 16px;
684683
height: 16px;
684+
position: relative;
685+
top: 6px;
685686
}
686687

687688
.gtws-no-history {

0 commit comments

Comments
 (0)