mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-22 16:47:52 +00:00
no message
This commit is contained in:
parent
2860c4cbe6
commit
e78513cb80
@ -1797,24 +1797,25 @@ body:not(.window-touch) {
|
|||||||
|
|
||||||
.dialog-wrapper-forward-body {
|
.dialog-wrapper-forward-body {
|
||||||
.dialog-wrapper {
|
.dialog-wrapper {
|
||||||
position: relative !important;
|
position: relative;
|
||||||
|
|
||||||
.dialog-scroller {
|
.dialog-scroller {
|
||||||
padding: 0 !important;
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.dialog-item {
|
.dialog-item {
|
||||||
.dialog-view {
|
.dialog-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100% !important;
|
max-width: 100%;
|
||||||
margin: 0 !important;
|
margin: 0;
|
||||||
|
|
||||||
.dialog-head {
|
.dialog-head {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-foot {
|
.dialog-foot {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1827,10 +1828,10 @@ body:not(.window-touch) {
|
|||||||
background-color: #F4F5F7;
|
background-color: #F4F5F7;
|
||||||
|
|
||||||
.content-text {
|
.content-text {
|
||||||
color: #303133 !important;
|
color: #303133;
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
color: #303133 !important;
|
color: #303133;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1842,7 +1843,7 @@ body:not(.window-touch) {
|
|||||||
.reply-avatar {
|
.reply-avatar {
|
||||||
.bot,
|
.bot,
|
||||||
.common-avatar {
|
.common-avatar {
|
||||||
color: #84C56A !important;
|
color: #84C56A;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user