style(ui): add padding to all messages and remove margin from grouped messages
This commit is contained in:
parent
a646279b46
commit
a5f0576a12
1 changed files with 2 additions and 4 deletions
|
@ -195,6 +195,8 @@ function getDayDifference(date1: Date, date2: Date) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
padding-top: .2rem;
|
||||||
|
padding-bottom: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-reply-preview {
|
.message-reply-preview {
|
||||||
|
@ -210,10 +212,6 @@ function getDayDifference(date1: Date, date2: Date) {
|
||||||
margin-top: 1dvh;
|
margin-top: 1dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grouped-message {
|
|
||||||
margin-top: .3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-metadata {
|
.message-metadata {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: .5dvw;
|
gap: .5dvw;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue