UX: better position for search bulk select button (#12594)

This commit is contained in:
Kris 2021-04-05 23:11:43 -04:00 committed by GitHub
parent ce251986bf
commit f8e5df393d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,9 +81,26 @@
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
padding-right: 2.6em; // placeholder for fixed position bulk search button
button {
margin: 0 0.5em 0.5em 0;
}
.bulk-select-container {
order: 2; // last button
margin-left: auto;
z-index: z("dropdown"); // below composer
}
#bulk-select {
position: fixed;
right: unset;
margin: 0;
button {
margin: 0;
box-shadow: 0 0 0.4em 0.45em var(--secondary); // slight fade behind the button, because it can overlay content
}
}
}
.search-notice {