File tree 3 files changed +32
-38
lines changed
3 files changed +32
-38
lines changed Original file line number Diff line number Diff line change @@ -2765,29 +2765,22 @@ ul {
2765
2765
padding : 2px 8px ;
2766
2766
vertical-align : middle;
2767
2767
white-space : nowrap;
2768
- display : inline-block;
2769
- margin-left : 10px ;
2770
- margin-right : 2px ;
2771
- }
2772
-
2773
- [dir = "rtl" ] .community-badge-titles {
2774
- margin-right : 10px ;
2775
- margin-left : 2px ;
2768
+ display : inline-flex;
2769
+ line-height : 20px ;
2770
+ margin : 0 2px ;
2776
2771
}
2777
2772
2778
2773
.community-badge-container-achievements {
2779
- margin -top: 5px ;
2774
+ padding -top: 5px ;
2780
2775
}
2781
2776
2782
2777
.community-badge-achievements {
2783
2778
display : inline-block;
2784
- margin-left : 0px ;
2785
- margin-right : 5px ;
2779
+ margin : 0 3px 0 0 ;
2786
2780
}
2787
2781
2788
2782
[dir = "rtl" ] .community-badge-achievements {
2789
- margin-right : 0px ;
2790
- margin-left : 0px ;
2783
+ margin : 0 0 0 3px ;
2791
2784
}
2792
2785
2793
2786
.community-badge-achievements img {
@@ -2796,11 +2789,8 @@ ul {
2796
2789
}
2797
2790
2798
2791
.community-badge-titles img {
2799
- width : 1.6em ;
2800
- height : 1.6em ;
2801
- margin-top : -0.2em ;
2802
- margin-bottom : -0.2em ;
2803
- vertical-align : text-bottom;
2792
+ width : 20px ;
2793
+ height : 20px ;
2804
2794
}
2805
2795
2806
2796
.profile-info .community-badge-achievements img {
@@ -3654,6 +3644,7 @@ ul {
3654
3644
3655
3645
.profile-header .basic-info .name {
3656
3646
margin : 0 ;
3647
+ line-height : 25px ;
3657
3648
}
3658
3649
3659
3650
.profile-header .options {
@@ -3957,6 +3948,11 @@ ul {
3957
3948
max-height : 40px ;
3958
3949
}
3959
3950
3951
+ [dir = "rtl" ] .profile-badges-item-image {
3952
+ margin-left : 12px ;
3953
+ margin-right : 0 ;
3954
+ }
3955
+
3960
3956
.profile-badges-item-title , .profile-badges-item-metadata-title {
3961
3957
font-size : 15px ;
3962
3958
margin-bottom : 10px ;
Original file line number Diff line number Diff line change 9
9
padding : 2px 8px ;
10
10
vertical-align : middle ;
11
11
white-space : nowrap ;
12
- display : inline-block ;
13
- margin-left : 10px ;
14
- margin-right : 2px ;
15
- }
16
-
17
- [dir = " rtl" ] .community-badge-titles {
18
- margin-right : 10px ;
19
- margin-left : 2px ;
12
+ display : inline-flex ;
13
+ line-height : 20px ;
14
+ margin : 0 2px ;
20
15
}
21
16
22
17
.community-badge-container-achievements {
23
- margin -top : 5px ;
18
+ padding -top : 5px ;
24
19
}
25
20
26
21
.community-badge-achievements {
27
22
display : inline-block ;
28
- margin-left : 0px ;
29
- margin-right : 5px ;
23
+ margin : 0 3px 0 0 ;
30
24
}
31
25
32
26
[dir = " rtl" ] .community-badge-achievements {
33
- margin-right : 0px ;
34
- margin-left : 0px ;
27
+ margin : 0 0 0 3px ;
35
28
}
36
29
37
30
.community-badge-achievements img {
40
33
}
41
34
42
35
.community-badge-titles img {
43
- width : 1.6em ;
44
- height : 1.6em ;
45
- margin-top : -0.2em ;
46
- margin-bottom : -0.2em ;
47
- vertical-align : text-bottom ;
36
+ width : 20px ;
37
+ height : 20px ;
48
38
}
49
39
50
40
.profile-info .community-badge-achievements img {
Original file line number Diff line number Diff line change 56
56
57
57
.name {
58
58
margin : 0 ;
59
+ line-height : 25px ;
59
60
}
60
61
}
61
62
345
346
img {
346
347
max-height : 40px ;
347
348
}
349
+
350
+ [dir = " rtl" ] & {
351
+ margin-left : 12px ;
352
+ margin-right : 0 ;
353
+ }
348
354
}
349
355
350
- & -title , & -metadata-title {
356
+ & -title ,
357
+ & -metadata-title {
351
358
font-size : $font-size-base ;
352
359
margin-bottom : 10px ;
353
360
}
356
363
font-weight : $font-weight-semibold ;
357
364
}
358
365
359
- & -description , & -metadata-description {
366
+ & -description ,
367
+ & -metadata-description {
360
368
color : $secondary-text-color ;
361
369
font-size : $font-size-small ;
362
370
margin : 0 ;
You can’t perform that action at this time.
0 commit comments