bug issue, null users_id creation channel
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
body {
|
||||
margin: 10;
|
||||
margin: 1vh;
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
font-size: 3vh;
|
||||
}
|
||||
|
@ -7,14 +7,16 @@
|
||||
#app ul
|
||||
{
|
||||
font-size: 2vh;
|
||||
margin: 5px 0 0 0;
|
||||
margin: 1vh 0 0 0;
|
||||
padding: 0 0 0 0;
|
||||
list-style-type: none;
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#app li
|
||||
{
|
||||
margin: 10px 10px 0 0;
|
||||
margin: 1vh 1vh 0 0;
|
||||
}
|
||||
|
||||
#app #chats {
|
||||
@ -23,13 +25,13 @@
|
||||
text-align: left;
|
||||
}
|
||||
#app #users {
|
||||
margin-right: 5vh;
|
||||
margin: 0vh 5vh 0vh 0.1vh;
|
||||
}
|
||||
|
||||
#app #chat {
|
||||
position: relative;
|
||||
max-height: 80vh;
|
||||
width: 60%;
|
||||
width: 80vh;
|
||||
/*border: 2px solid green;*/
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -49,8 +51,11 @@
|
||||
#app #input_user{
|
||||
color: green;
|
||||
width: 20vh;
|
||||
height: 3vh;
|
||||
height: 2.5vh;
|
||||
font-size: 2vh;
|
||||
border: none;
|
||||
outline: none;
|
||||
border-bottom: 0.25vh solid green;
|
||||
}
|
||||
|
||||
#app #input_chat{
|
||||
@ -60,7 +65,7 @@
|
||||
width: 100%;
|
||||
border: none;
|
||||
outline: none;
|
||||
border-bottom: 0.5vh solid green;
|
||||
border-bottom: 0.25vh solid green;
|
||||
caret-color: green;
|
||||
color: green;
|
||||
font-size: 2vh;
|
||||
@ -70,8 +75,8 @@
|
||||
text-align: left;
|
||||
position: relative;
|
||||
max-width: 48%;
|
||||
left: 10px;
|
||||
margin: 5px 0 0 0;
|
||||
left: 2vh;
|
||||
margin: 1vh 0 0 0;
|
||||
color: green;
|
||||
|
||||
word-wrap: break-word;
|
||||
@ -81,8 +86,8 @@
|
||||
text-align: right;
|
||||
position: relative;
|
||||
max-width: 48%;
|
||||
margin: 5px 0 0 auto;
|
||||
right: 10px;
|
||||
margin: 1vh 0 0 auto;
|
||||
right: 2vh;
|
||||
color: red;
|
||||
|
||||
/* permet le retour à la ligne à la place de dépasser*/
|
||||
|
Reference in New Issue
Block a user