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
theseus_cli/foo

View File

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