@@ -832,55 +832,53 @@ td .commit-summary {
832
832
margin-right : 0.25em ;
833
833
}
834
834
835
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit {
836
- line-height : 34 px ; /* this must be same as .badge height, to avoid overflow */
837
- clear : both; /* reset the "float right shabox", in the future, use flexbox instead */
835
+ .singular-commit {
836
+ display : flex;
837
+ align-items : center;
838
838
}
839
839
840
- .repository .view .issue .comment-list .timeline-item .commits-list .singular-commit > img .avatar ,
841
- .repository .view .issue .comment-list .timeline-item .commits-list .singular-commit > .avatar img {
842
- position : relative;
843
- top : -2px ;
840
+ .singular-commit .badge {
841
+ height : 30px !important ;
844
842
}
845
843
846
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label {
844
+ .singular-commit .shabox .sha .label {
847
845
margin : 0 ;
848
846
border : 1px solid var (--color-light-border );
849
847
}
850
848
851
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isWarning {
849
+ .singular-commit .shabox .sha .label .isSigned .isWarning {
852
850
border : 1px solid var (--color-red-badge );
853
851
background : var (--color-red-badge-bg );
854
852
}
855
853
856
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isWarning : hover {
854
+ .singular-commit .shabox .sha .label .isSigned .isWarning : hover {
857
855
background : var (--color-red-badge-hover-bg ) !important ;
858
856
}
859
857
860
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerified {
858
+ .singular-commit .shabox .sha .label .isSigned .isVerified {
861
859
border : 1px solid var (--color-green-badge );
862
860
background : var (--color-green-badge-bg );
863
861
}
864
862
865
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerified : hover {
863
+ .singular-commit .shabox .sha .label .isSigned .isVerified : hover {
866
864
background : var (--color-green-badge-hover-bg ) !important ;
867
865
}
868
866
869
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerifiedUntrusted {
867
+ .singular-commit .shabox .sha .label .isSigned .isVerifiedUntrusted {
870
868
border : 1px solid var (--color-yellow-badge );
871
869
background : var (--color-yellow-badge-bg );
872
870
}
873
871
874
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerifiedUntrusted : hover {
872
+ .singular-commit .shabox .sha .label .isSigned .isVerifiedUntrusted : hover {
875
873
background : var (--color-yellow-badge-hover-bg ) !important ;
876
874
}
877
875
878
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerifiedUnmatched {
876
+ .singular-commit .shabox .sha .label .isSigned .isVerifiedUnmatched {
879
877
border : 1px solid var (--color-orange-badge );
880
878
background : var (--color-orange-badge-bg );
881
879
}
882
880
883
- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label .isSigned .isVerifiedUnmatched : hover {
881
+ .singular-commit .shabox .sha .label .isSigned .isVerifiedUnmatched : hover {
884
882
background : var (--color-orange-badge-hover-bg ) !important ;
885
883
}
886
884
0 commit comments