Fixed mobile view and interaction rules

This commit is contained in:
Alexis
2025-01-01 18:24:43 +01:00
parent 37187d6778
commit a12f74b593
2 changed files with 17 additions and 5 deletions

View File

@@ -265,10 +265,13 @@ function resetAllFields(actionAfter?: "focusAfter") {
<style lang="scss" scoped>
.toolbar {
margin-left: calc(45px + .5rem);
@media screen and (width >= 900px) {
display: flex;
gap: .75rem;
align-items: start;
margin-left: 0;
}
.search-w {