Adding buttons to switch mode

This commit is contained in:
David Négrier 2020-08-17 15:20:03 +02:00
parent 05ca8c813e
commit 7fe2cc19c3
3 changed files with 49 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

View file

@ -355,12 +355,14 @@ body {
width: 100%;
flex-wrap: wrap;
align-items: flex-start;
padding: 1%;
}
.chat-mode div {
margin: 1%;
max-height: 96%;
}
.chat-mode.one-col > div {