snort/packages/app/src/Element/DM.css

24 lines
402 B
CSS
Raw Normal View History

2023-01-12 09:48:39 +00:00
.dm {
padding: 8px;
background-color: var(--gray);
margin-bottom: 5px;
border-radius: 5px;
width: fit-content;
min-width: 100px;
max-width: 90%;
overflow: hidden;
min-height: 40px;
white-space: pre-wrap;
2023-01-12 09:48:39 +00:00
}
.dm > div:first-child {
color: var(--gray-light);
font-size: small;
margin-bottom: 3px;
2023-01-12 09:48:39 +00:00
}
.dm.me {
align-self: flex-end;
background-color: var(--gray-secondary);
2023-01-12 09:48:39 +00:00
}