new release #190

Merged
b merged 68 commits from staging into main 2024-09-06 18:59:34 +00:00
Showing only changes of commit c6010a5bef - Show all commits

View File

@ -97,9 +97,6 @@
align-items: center; align-items: center;
justify-content: start; justify-content: start;
gap: 10px; gap: 10px;
background: white;
border-radius: 0 0 4px 4px;
padding: 15px;
> .inputWrapper { > .inputWrapper {
flex-shrink: 1; flex-shrink: 1;
@ -109,10 +106,6 @@
.users { .users {
flex-shrink: 0; flex-shrink: 0;
max-height: 33vh; max-height: 33vh;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-bottom: -15px;
} }
.user { .user {