Compare commits

...

5 Commits

Author SHA1 Message Date
fb0f9be103 merge with Chatte; patch css 2023-12-18 22:37:05 +01:00
41a7a6dfb8 css patch 2023-12-18 22:35:42 +01:00
a10fdefd23 css patch 2023-12-18 22:29:40 +01:00
c6f6e216f2 css patch 2023-12-18 22:27:17 +01:00
651fbbd67f css patch 2023-12-18 22:18:49 +01:00
2 changed files with 13 additions and 9 deletions

View File

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

View File

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