- Aanpassing layout van de chat-input. Character counter is ook weg op desktop. Scrollbar enkel zichtbaar indien nodig. Meer beschikbare ruimte in mobiele client. kleinere radius in de hoeken.
- Gewijzigde logica voor hoogtebepaling chat-input en message history, zodat ook de mobiele client correct functioneert.
This commit is contained in:
@@ -331,9 +331,9 @@ export default {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
/* height: 100%; avoid forcing parent height */
|
||||
min-height: 0; /* Laat kinderen scrollen */
|
||||
padding: 20px;
|
||||
padding: 16px; /* iets minder padding om ruimte te besparen */
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
|
||||
Reference in New Issue
Block a user