Skip to content

Commit

Permalink
[UI] fix space between records in bulk (#5483)
Browse files Browse the repository at this point in the history
- [x] fix space between records in bulk mode
- [x] fix the Argilla logo in dark theme
  • Loading branch information
leiyre committed Sep 17, 2024
1 parent 3f8a732 commit 7eb8e19
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export default {
.record__wrapper {
min-height: auto;
height: auto;
flex: 0;
&--fixed-height {
max-height: 80%;
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
color: var(--fg-primary);
}
}
:deep(.start-page__intro) {
margin-bottom: $base-space * 3;
text-align: center;
Expand All @@ -82,6 +83,7 @@ export default {
@include font-size(16px);
}
}
:deep(.start-page__content) {
display: inline-block;
background: var(--bg-accent-grey-1);
Expand Down Expand Up @@ -114,3 +116,10 @@ export default {
}
}
</style>
<style lang="scss">
[data-theme="dark"] .start-page__intro {
h1:after {
background: url("/images/logo-white.svg") center / contain no-repeat;
}
}
</style>
51 changes: 51 additions & 0 deletions argilla-frontend/static/images/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7eb8e19

Please sign in to comment.