ext button to left, stack buttons on mobile

This commit is contained in:
RossAscends
2023-11-14 15:53:26 +09:00
parent 52c07e0895
commit 3f4a62d22c
7 changed files with 68 additions and 30 deletions
+13 -1
View File
@@ -369,6 +369,18 @@
top: unset;
bottom: unset;
}
#leftSendForm,
#rightSendForm {
width: 1.15em;
flex-wrap: wrap;
height: unset;
}
#extensionsMenuButton {
order: 1;
}
}
/*iOS specific*/
@@ -445,4 +457,4 @@
#horde_model {
height: unset;
}
}
}