Compare commits
No commits in common. "f38f26a6025bf40b2a797040165db465e6d35562" and "a646279b46ed0f6baf04f60c14a92ddb16744839" have entirely different histories.
f38f26a602
...
a646279b46
2 changed files with 5 additions and 3 deletions
|
@ -195,8 +195,6 @@ 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 {
|
||||||
|
@ -212,6 +210,10 @@ 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;
|
||||||
|
|
|
@ -384,7 +384,7 @@ router.beforeEach((to, from, next) => {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 1dvw;
|
padding-left: 1dvw;
|
||||||
padding-right: 1dvw;
|
padding-right: 1dvw;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-box-button {
|
.message-box-button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue