no message

This commit is contained in:
kuaifan 2022-07-12 13:46:33 +08:00
parent 28850338dd
commit 77ebb225c4
5 changed files with 15 additions and 3 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
e34cb42e3eaa12a8
6586745bdc12b0bd

View File

@ -68,6 +68,12 @@
}
}
@media (max-width: 768px) {
&:hover {
background-color: transparent;
}
}
&.no {
&:hover {
background-color: transparent;

View File

@ -42,6 +42,12 @@
background-color: rgba($primary-desc-color, 0.1);
}
@media (max-width: 768px) {
&:hover {
background-color: transparent;
}
}
.common-avatar {
width: 0;
flex: 1;

View File

@ -1556,7 +1556,7 @@
.dialog-item {
.dialog-view {
&.text {
max-width: calc(100% - 40px);
max-width: calc(100% - 38px);
}
.dialog-head {
.dialog-content {