Reverse sidebar order

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-20 16:53:53 +02:00
parent 690905d01e
commit 0af64504b1
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -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;
}