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 { &.no {
&:hover { &:hover {
background-color: transparent; background-color: transparent;

View File

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

View File

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