Compare commits

..

No commits in common. "fb0f9be103966193edf5fd24c1c5a662f5e769d0" and "b139652fc5f7dd0963e555ed9790f2ac30b040df" have entirely different histories.

2 changed files with 9 additions and 13 deletions

View File

@ -1,8 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
body {
margin: 0.5em;
font-family: 'Quicksand', sans-serif;
font-size: 30px;
margin: 20px;
font-family: 'Roboto Slab', serif;
font-size: 12px;
}
a {

View File

@ -6,7 +6,7 @@
#app ul
{
font-size: 0.75em;
font-size: 24px;
margin: 0.25em 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
@ -37,31 +37,26 @@
}
#app #members {
font-size: 1em;
font-size: 32px;
}
#app #add_chat_off {
text-decoration: underline;
cursor: pointer;
}
#app #add_chat_on {
cursor: pointer;
}
#app #messages {
max-height: 40em;
max-height: 50em;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
font-size: 0.75em;
font-size: 18px;
}
#app #input_user{
color: green;
width: 8.5em;
height: 1.1em;
font-size: 0.65em;
font-size: 18px;
border: none;
outline: none;
border-bottom: 0.15em solid green;