File tree 1 file changed +39
-29
lines changed 1 file changed +39
-29
lines changed Original file line number Diff line number Diff line change 702
702
margin-left : 10px ;
703
703
margin-top : 10px ;
704
704
}
705
+
705
706
.branch-update.grid {
706
707
.row {
707
708
padding-bottom : 1rem ;
709
+
708
710
.icon {
709
711
margin-top : 1.1rem ;
710
712
}
801
803
.timeline-avatar {
802
804
position : absolute ;
803
805
left : -72px ;
806
+
804
807
img {
805
808
width : 40px !important ;
806
809
height : 40px !important ;
980
983
}
981
984
982
985
.content {
983
- > .merge-section {
984
- background-color : var (--color-box-body );
986
+ @media @mediaSm {
987
+ .form .button {
988
+ width : 100% ;
989
+ margin : 0 ;
985
990
986
- .item {
987
- padding : .25rem 0 ;
991
+ & :not (:last-child ) {
992
+ margin-bottom : 1rem ;
993
+ }
988
994
}
995
+ }
996
+ }
989
997
990
- .item-section {
991
- display : flex ;
992
- align-items : center ;
993
- justify-content : space-between ;
994
- padding : 0 ;
995
- margin-top : -.25rem ;
996
- margin-bottom : -.25rem ;
997
- }
998
+ > .merge-section {
999
+ background-color : var (--color-box-body );
998
1000
999
- .divider {
1000
- margin-left : -1rem ;
1001
- margin-right : -1rem ;
1002
- }
1001
+ .item {
1002
+ padding : .25rem 0 ;
1003
+ }
1003
1004
1004
- & .no-header {
1005
- #avatar-arrow ();
1005
+ .item-section {
1006
+ display : flex ;
1007
+ align-items : center ;
1008
+ justify-content : space-between ;
1009
+ padding : 0 ;
1010
+ margin-top : -.25rem ;
1011
+ margin-bottom : -.25rem ;
1012
+ }
1006
1013
1007
- & ::after {
1008
- border-right-color : var ( --color-box-body ) ;
1009
- }
1010
- }
1014
+ .divider {
1015
+ margin-left : -1 rem ;
1016
+ margin-right : -1 rem ;
1017
+ }
1011
1018
1012
- @media @mediaSm {
1013
- .form .button {
1014
- width : 100% ;
1019
+ & .no-header {
1020
+ #avatar-arrow ();
1015
1021
1016
- & :not (:last-child ) {
1017
- margin-bottom : 1rem ;
1018
- }
1019
- }
1022
+ & ::after {
1023
+ border-right-color : var (--color-box-body );
1020
1024
}
1021
1025
}
1022
1026
1727
1731
padding : 0 ;
1728
1732
border-radius : 0 ;
1729
1733
}
1734
+
1730
1735
img .emoji {
1731
1736
padding : 0 ;
1732
1737
}
1954
1959
.wrap_remove {
1955
1960
height : 38px ;
1956
1961
}
1962
+
1957
1963
.attachment_edit {
1958
1964
width : 450px !important ;
1959
1965
}
@@ -2781,6 +2787,7 @@ tbody.commit-list {
2781
2787
tr .commit-list {
2782
2788
width : 100% ;
2783
2789
}
2790
+
2784
2791
th .message-wrapper {
2785
2792
display : block ;
2786
2793
max-width : calc (100vw - 70px );
@@ -2791,6 +2798,7 @@ tbody.commit-list {
2791
2798
tr .commit-list {
2792
2799
width : 723px ;
2793
2800
}
2801
+
2794
2802
th .message-wrapper {
2795
2803
max-width : 280px ;
2796
2804
}
@@ -2800,6 +2808,7 @@ tbody.commit-list {
2800
2808
tr .commit-list {
2801
2809
width : 933px ;
2802
2810
}
2811
+
2803
2812
th .message-wrapper {
2804
2813
max-width : 490px ;
2805
2814
}
@@ -2809,6 +2818,7 @@ tbody.commit-list {
2809
2818
tr .commit-list {
2810
2819
width : 1127px ;
2811
2820
}
2821
+
2812
2822
th .message-wrapper {
2813
2823
max-width : 680px ;
2814
2824
}
You can’t perform that action at this time.
0 commit comments