Réarrangement du code; correction css; écriture uniquement du nouveau message

This commit is contained in:
2023-12-19 11:27:18 +01:00
parent fb0f9be103
commit acba77e228
27 changed files with 166 additions and 129 deletions

View File

@ -0,0 +1,20 @@
#app #avatar
{
height: 100px;
width: 100px;
}
#app #username
{
font-size: 0.8em;
}
#app #block {
cursor: pointer;
font-size: 0.7em;
text-decoration: underline;
}
#app {
margin-top: 20px;
}

View File

@ -1,11 +0,0 @@
#app #avatar
{
height: 100px;
width: 100px;
}
#app #username
{
height: 100px;
width: 100px;
}

View File

@ -1,11 +0,0 @@
#app .item img
{
height: 100px;
width: 100px;
}
#app .item a
{
height: 100px;
width: 100px;
}

View File

@ -30,7 +30,7 @@
#app #chat {
position: relative;
max-height: 86vh;
max-height: 100vh;
width: 100vh;
/*border: 2px solid green;*/
overflow: hidden;
@ -50,7 +50,7 @@
}
#app #messages {
max-height: 40em;
max-height: 60vh;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;