mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-25 11:58:12 +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 {
|
&.no {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user