Merge branch 'master' into gui_search

This commit is contained in:
venashial 2022-08-03 01:06:27 -07:00
commit c81c19c814
2 changed files with 33 additions and 37 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ WixTools
# TEMPORARY: ignore my test instance and metadata # TEMPORARY: ignore my test instance and metadata
theseus_cli/foo theseus_cli/foo

View File

@ -134,51 +134,46 @@
font-size: 11px; font-size: 11px;
line-height: 100%; line-height: 100%;
} }
}
&__container { &__container {
max-height: calc(100vh - 400px); max-height: calc(100vh - 400px);
overflow-y: auto; overflow-y: auto;
mask-image: linear-gradient( mask-image: linear-gradient(to bottom, transparent, hsla(0, 0%, 0%, 1) 5% 95%, transparent);
to bottom, scrollbar-width: none;
transparent, padding: 8px 0;
hsla(0, 0%, 0%, 1) 5% 95%, display: flex;
transparent flex-direction: column;
); gap: 4px;
scrollbar-width: none;
padding: 8px 0;
display: flex;
flex-direction: column;
gap: 4px;
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;
}
}
&__create {
margin-top: 16px;
display: flex;
align-items: center;
grid-gap: 8px;
:global(button) {
width: 32px;
}
} }
} }
> :global(*) { &__create {
margin-bottom: 24px; margin-top: 16px;
} display: flex;
align-items: center;
grid-gap: 8px;
> *:last-child { :global(button) {
margin-top: auto; width: 32px;
margin-bottom: 0; }
} }
}
:global(button) { > :global(*) {
width: 34px; margin-bottom: 24px;
} }
> *:last-child {
margin-top: auto;
margin-bottom: 0;
}
:global(button) {
width: 34px;
} }
> :global(*) { > :global(*) {