Fixed mobile view and interaction rules
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user