Katheryne/Frontend/Shared/MessageBubble.razor.css

8 lines
151 B
CSS
Raw Normal View History

2023-10-07 18:55:22 +08:00
.bubble {
background-color: white;
border-radius: 10px;
padding: 5px;
display: flex;
flex-direction: column;
2023-10-08 23:43:49 +08:00
min-width: 80px;
2023-10-07 18:55:22 +08:00
}