Chat weniger breit, Text in Eingabefeld fett und Abstände angepassert getan tun

This commit is contained in:
Luke
2021-04-25 17:48:37 +00:00
parent 8c71f10d73
commit 6d5a111301
3 changed files with 11 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ a { text-decoration: none; }
ul#chat_messages {
height: 16.45em;
min-width: 50ch;
max-width: calc(60vw + 10px);
max-width: calc(45vw + 10px);
transform: rotate(0deg);
overflow-y: auto;
@@ -68,11 +68,12 @@ a { text-decoration: none; }
}
input#chat_msg {
width: 60vw;
width: 45vw;
outline: 0;
border: none;
border-radius: 3px;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
@@ -80,7 +81,7 @@ a { text-decoration: none; }
color: white;
background: rgba(0, 0, 0, .5);
padding: .5em;
padding: .5em .75em .65em;
}
}