Chat weniger breit, Text in Eingabefeld fett und Abstände angepassert getan tun
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user