silphius/app/react/components/dom/chat/chat.module.css

12 lines
241 B
CSS
Raw Normal View History

2024-07-14 07:24:15 -05:00
.chat {
background-color: #00000044;
2024-07-14 16:33:58 -05:00
bottom: 0;
2024-07-14 07:24:15 -05:00
display: flex;
flex-direction: column;
font-family: Cookbook, Georgia, 'Times New Roman', Times, serif;
max-height: 25%;
2024-07-14 16:33:58 -05:00
position: absolute;
user-select: text;
2024-07-14 07:24:15 -05:00
width: 100%;
}