mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-15 19:28:11 +00:00
no message
This commit is contained in:
parent
28850338dd
commit
77ebb225c4
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
e34cb42e3eaa12a8
|
||||
6586745bdc12b0bd
|
||||
|
||||
@ -68,6 +68,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&.no {
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1556,7 +1556,7 @@
|
||||
.dialog-item {
|
||||
.dialog-view {
|
||||
&.text {
|
||||
max-width: calc(100% - 40px);
|
||||
max-width: calc(100% - 38px);
|
||||
}
|
||||
.dialog-head {
|
||||
.dialog-content {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user