client/settings/disable motion: add the CSS implementation

This commit is contained in:
Adorian Doran 2025-08-22 20:48:26 +03:00
parent bedf9112fb
commit 5e88043c7b

View File

@ -28,6 +28,14 @@
--ck-mention-list-max-height: 500px;
}
body.motion-disabled *,
body.motion-disabled *::before,
body.motion-disabled *::after {
/* Disable transitions and animations */
transition: none !important;
animation: none !important;
}
.table {
--bs-table-bg: transparent !important;
}