Mostly design update +
- Chat cleaning - Player hand size visibility
This commit is contained in:
28
src/styles/layout/components/chat.scss
Normal file
28
src/styles/layout/components/chat.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.chat {
|
||||
|
||||
&__list {
|
||||
overflow-y: hidden;
|
||||
word-wrap: break-word;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 1rem 0;
|
||||
|
||||
&:hover {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
&-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&__input {
|
||||
background-color: #2e2e2e;
|
||||
border: none;
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user