Skip to content

Commit e33f65f

Browse files
committed
fix styles
1 parent 2a2e3e0 commit e33f65f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/themes/v2/source/css/styles.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ main {
576576
color: var(--color-gray-900);
577577
}
578578

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 {
580580
transform: rotate(180deg);
581581
}
582582

@@ -2848,7 +2848,8 @@ code.hljs {
28482848
font-weight: 500;
28492849
}
28502850

2851-
.person-avatar, .avatar-letter {
2851+
.person-avatar,
2852+
.avatar-letter {
28522853
width: 16px;
28532854
height: 16px;
28542855
border-radius: 50%;
@@ -2906,17 +2907,20 @@ code.hljs {
29062907
color: #0366d6;
29072908
}
29082909

2909-
.issue-icon, .github-icon {
2910+
.issue-icon,
2911+
.github-icon {
29102912
color: var(--color-gray-600);
29112913
transition: color 0.2s;
29122914
}
29132915

2914-
.issue-icon:hover, .github-icon:hover {
2916+
.issue-icon:hover,
2917+
.github-icon:hover {
29152918
color: var(--color-blue-600);
29162919
}
29172920

29182921
.community-footer {
29192922
margin-top: 2rem;
2923+
margin-bottom: 2rem;
29202924
padding: 0.8rem 1rem;
29212925
background-color: var(--color-gray-100);
29222926
border-radius: 3px;
@@ -2950,4 +2954,4 @@ code.hljs {
29502954

29512955
.community-footer a:hover {
29522956
text-decoration: underline;
2953-
}
2957+
}

web/apps/labelstudio/src/pages/CreateProject/Config/Config.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ $scroll-width: 5px;
160160
width: 100%;
161161
object-fit: cover;
162162
border-radius: 4px 4px 0 0;
163+
aspect-ratio: 8 / 5;
163164
}
164165
}
165166

0 commit comments

Comments
 (0)