@@ -832,55 +832,53 @@ td .commit-summary {
832832 margin-right : 0.25em ;
833833}
834834
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;
838838}
839839
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 ;
844842}
845843
846- .repository . view . issue . comment-list . timeline-item . commits-list . singular-commit .shabox .sha .label {
844+ .singular-commit .shabox .sha .label {
847845 margin : 0 ;
848846 border : 1px solid var (--color-light-border );
849847}
850848
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 {
852850 border : 1px solid var (--color-red-badge );
853851 background : var (--color-red-badge-bg );
854852}
855853
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 {
857855 background : var (--color-red-badge-hover-bg ) !important ;
858856}
859857
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 {
861859 border : 1px solid var (--color-green-badge );
862860 background : var (--color-green-badge-bg );
863861}
864862
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 {
866864 background : var (--color-green-badge-hover-bg ) !important ;
867865}
868866
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 {
870868 border : 1px solid var (--color-yellow-badge );
871869 background : var (--color-yellow-badge-bg );
872870}
873871
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 {
875873 background : var (--color-yellow-badge-hover-bg ) !important ;
876874}
877875
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 {
879877 border : 1px solid var (--color-orange-badge );
880878 background : var (--color-orange-badge-bg );
881879}
882880
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 {
884882 background : var (--color-orange-badge-hover-bg ) !important ;
885883}
886884
0 commit comments