File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
docs/themes/v2/source/css
web/apps/labelstudio/src/pages/CreateProject/Config Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ main {
576
576
color : var (--color-gray-900 );
577
577
}
578
578
579
- .page-sidebar .page-sidebar-list li : has (.page-sidebar-children-link [aria-current = "page" ]) > .page-sidebar-toggle-children-list svg {
579
+ .page-sidebar .page-sidebar-list li : has (.page-sidebar-children-link [aria-current = "page" ])> .page-sidebar-toggle-children-list svg {
580
580
transform : rotate (180deg );
581
581
}
582
582
@@ -2848,7 +2848,8 @@ code.hljs {
2848
2848
font-weight : 500 ;
2849
2849
}
2850
2850
2851
- .person-avatar , .avatar-letter {
2851
+ .person-avatar ,
2852
+ .avatar-letter {
2852
2853
width : 16px ;
2853
2854
height : 16px ;
2854
2855
border-radius : 50% ;
@@ -2906,17 +2907,20 @@ code.hljs {
2906
2907
color : # 0366d6 ;
2907
2908
}
2908
2909
2909
- .issue-icon , .github-icon {
2910
+ .issue-icon ,
2911
+ .github-icon {
2910
2912
color : var (--color-gray-600 );
2911
2913
transition : color 0.2s ;
2912
2914
}
2913
2915
2914
- .issue-icon : hover , .github-icon : hover {
2916
+ .issue-icon : hover ,
2917
+ .github-icon : hover {
2915
2918
color : var (--color-blue-600 );
2916
2919
}
2917
2920
2918
2921
.community-footer {
2919
2922
margin-top : 2rem ;
2923
+ margin-bottom : 2rem ;
2920
2924
padding : 0.8rem 1rem ;
2921
2925
background-color : var (--color-gray-100 );
2922
2926
border-radius : 3px ;
@@ -2950,4 +2954,4 @@ code.hljs {
2950
2954
2951
2955
.community-footer a : hover {
2952
2956
text-decoration : underline;
2953
- }
2957
+ }
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ $scroll-width: 5px;
160
160
width : 100% ;
161
161
object-fit : cover ;
162
162
border-radius : 4px 4px 0 0 ;
163
+ aspect-ratio : 8 / 5 ;
163
164
}
164
165
}
165
166
You can’t perform that action at this time.
0 commit comments