@@ -913,6 +913,9 @@ td .commit-summary {
913
913
914
914
.repository .view .issue .comment-list .ui .comments {
915
915
max-width : 100% ;
916
+ display : flex;
917
+ flex-direction : column;
918
+ gap : 3px ;
916
919
}
917
920
918
921
.repository .view .issue .comment-list .comment > .content > div : first-child {
@@ -928,6 +931,11 @@ td .commit-summary {
928
931
.repository .view .issue .comment-list .comment .comment-container {
929
932
border : 1px solid var (--color-secondary );
930
933
border-radius : var (--border-radius );
934
+ background : var (--color-box-body );
935
+ }
936
+
937
+ .repository .view .issue .comment-list .conversation-holder .comment .comment-container {
938
+ border : none;
931
939
}
932
940
933
941
@media (max-width : 767.98px ) {
@@ -1042,30 +1050,6 @@ td .commit-summary {
1042
1050
margin-left : 42px ;
1043
1051
}
1044
1052
1045
- .repository .view .issue .comment-list .comment-code-cloud .segment .reactions {
1046
- margin-top : 16px !important ;
1047
- margin-bottom : -8px !important ;
1048
- border-top : none !important ;
1049
- }
1050
-
1051
- .repository .view .issue .comment-list .comment-code-cloud .segment .reactions .ui .label {
1052
- border : 1px solid;
1053
- padding : 5px 8px !important ;
1054
- margin : 0 2px ;
1055
- border-radius : var (--border-radius );
1056
- border-color : var (--color-secondary-dark-1 ) !important ;
1057
- }
1058
-
1059
- .repository .view .issue .comment-list .comment-code-cloud .segment .reactions .ui .label .basic .primary {
1060
- background-color : var (--color-reaction-active-bg ) !important ;
1061
- border-color : var (--color-primary-alpha-80 ) !important ;
1062
- }
1063
-
1064
- .repository .view .issue .comment-list .comment-code-cloud .segment .reactions .ui .label .basic .primary : hover {
1065
- background-color : var (--color-reaction-hover-bg ) !important ;
1066
- border-color : var (--color-primary-alpha-80 ) !important ;
1067
- }
1068
-
1069
1053
.repository .view .issue .comment-list .comment-code-cloud button .comment-form-reply {
1070
1054
margin : 0 ;
1071
1055
}
@@ -1902,98 +1886,6 @@ td .commit-summary {
1902
1886
border-bottom : 1px solid var (--color-warning-border );
1903
1887
}
1904
1888
1905
- .repository .segment .reactions .dropdown .menu ,
1906
- .repository .select-reaction .dropdown .menu {
1907
- right : 0 !important ;
1908
- left : auto !important ;
1909
- min-width : 170px ;
1910
- }
1911
-
1912
- .repository .segment .reactions .dropdown .menu > .header ,
1913
- .repository .select-reaction .dropdown .menu > .header {
1914
- margin : 0.75rem 0 0.5rem ;
1915
- }
1916
-
1917
- .repository .segment .reactions .dropdown .menu > .item ,
1918
- .repository .select-reaction .dropdown .menu > .item {
1919
- float : left;
1920
- margin : 4px ;
1921
- font-size : 20px ;
1922
- width : 34px ;
1923
- height : 34px ;
1924
- min-height : 0 !important ;
1925
- border-radius : var (--border-radius );
1926
- display : flex !important ;
1927
- align-items : center;
1928
- justify-content : center;
1929
- }
1930
-
1931
- .repository .segment .reactions {
1932
- padding : 0 ;
1933
- display : flex;
1934
- border : none !important ;
1935
- border-top : 1px solid var (--color-secondary ) !important ;
1936
- width : 100% !important ;
1937
- max-width : 100% !important ;
1938
- margin : 0 !important ;
1939
- border-radius : 0 0 var (--border-radius ) var (--border-radius );
1940
- }
1941
-
1942
- .repository .segment .reactions .ui .label {
1943
- max-height : 40px ;
1944
- padding : 8px 16px !important ;
1945
- display : flex !important ;
1946
- align-items : center;
1947
- border : 0 ;
1948
- border-right : 1px solid;
1949
- border-radius : 0 ;
1950
- margin : 0 ;
1951
- font-size : 12px ;
1952
- font-weight : var (--font-weight-normal );
1953
- border-color : var (--color-secondary ) !important ;
1954
- background : var (--color-reaction-bg );
1955
- }
1956
-
1957
- .repository .segment .reactions .ui .label : first-of-type {
1958
- border-bottom-left-radius : 3px ;
1959
- }
1960
-
1961
- .repository .segment .reactions .ui .label .disabled {
1962
- cursor : default;
1963
- opacity : 1 ;
1964
- }
1965
-
1966
- .repository .segment .reactions .ui .label .basic .primary {
1967
- color : var (--color-primary ) !important ;
1968
- background-color : var (--color-reaction-active-bg ) !important ;
1969
- border-color : var (--color-secondary-dark-1 ) !important ;
1970
- }
1971
-
1972
- .repository .segment .reactions .ui .label .basic : hover {
1973
- background-color : var (--color-reaction-hover-bg ) !important ;
1974
- }
1975
-
1976
- .repository .segment .reactions .reaction-count {
1977
- margin-left : 0.5rem ;
1978
- }
1979
-
1980
- .repository .segment .reactions .select-reaction {
1981
- display : flex;
1982
- align-items : center;
1983
- }
1984
-
1985
- .repository .segment .reactions .select-reaction a {
1986
- padding : 0 14px ;
1987
- }
1988
-
1989
- .repository .segment .reactions .select-reaction : not (.active ) a {
1990
- display : none;
1991
- }
1992
-
1993
- .repository .segment .reactions : hover .select-reaction a {
1994
- display : block;
1995
- }
1996
-
1997
1889
.repository .ui .fluid .action .input .ui .search .action .input {
1998
1890
flex : auto;
1999
1891
}
0 commit comments