tweak css
This commit is contained in:
parent
d2f1f6f4c0
commit
b20b2f5be9
|
@ -235,11 +235,6 @@ function focusFooter(ev) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mfm-warning {
|
|
||||||
button {
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.wrmlmaau {
|
.wrmlmaau {
|
||||||
.content {
|
.content {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
@ -332,9 +327,8 @@ function focusFooter(ev) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disableAnim :deep(*) {
|
&.disableAnim :deep(span) {
|
||||||
animation: none !important;
|
animation: none !important;
|
||||||
transition: none !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> :deep(button) {
|
> :deep(button) {
|
||||||
|
|
Loading…
Reference in New Issue