Alpaca/src/style.css
2024-07-05 13:19:51 -06:00

15 lines
243 B
CSS

.message_input_scroll_window > * {
box-shadow: none;
border-width: 0;
}
.message_text_view {
background-color: rgba(0,0,0,0);
}
.chat_image_button {
padding: 0;
}
.editing_message_textview {
border-radius: 5px;
padding: 5px;
}