silphius/app/react/components/dom/chat/chat.module.css
2024-07-23 23:27:08 -05:00

12 lines
241 B
CSS

.chat {
background-color: #00000044;
bottom: 0;
display: flex;
flex-direction: column;
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
max-height: 25%;
position: absolute;
user-select: text;
width: 100%;
}