fix: CSS merged from main in wrong location
This commit is contained in:
parent
2e8f67133c
commit
574ebe8850
1 changed files with 4 additions and 8 deletions
|
@ -244,19 +244,15 @@ function getDayDifference(date1: Date, date2: Date) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-author-avatar {
|
.message-author-avatar {
|
||||||
min-height: 2em;
|
min-height: 2.5em;
|
||||||
max-height: 2em;
|
max-height: 2.5em;
|
||||||
min-width: 2em;
|
min-width: 2.5em;
|
||||||
max-width: 2em;
|
max-width: 2.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-author-username {
|
.message-author-username {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 2.5em;
|
|
||||||
max-height: 2.5em;
|
|
||||||
min-width: 2.5em;
|
|
||||||
max-width: 2.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-column {
|
.left-column {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue