Chat weniger breit, Text in Eingabefeld fett und Abstände angepassert getan tun
This commit is contained in:
@@ -59,7 +59,7 @@ a {
|
||||
#chat ul#chat_messages {
|
||||
height: 16.45em;
|
||||
min-width: 50ch;
|
||||
max-width: calc(60vw + 10px);
|
||||
max-width: calc(45vw + 10px);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
overflow-y: auto;
|
||||
@@ -80,16 +80,17 @@ a {
|
||||
}
|
||||
|
||||
#chat 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;
|
||||
color: white;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
padding: .5em;
|
||||
padding: .5em .75em .65em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -104,4 +105,4 @@ a {
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(255, 17, 0, 0);
|
||||
}
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
|
||||
Reference in New Issue
Block a user