Reverse sidebar order
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
690905d01e
commit
0af64504b1
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ limitations under the License.
|
|||
max-width: 20%;
|
||||
min-width: 160px; // To match .mx_VideoFeed_voice
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue