* Add shared image reply body view * Added storybook screens * Fix Prettier * Add image reply body view coverage * Show image reply banner in visual story * fix annotation issue with stories * stop blurhush from reanimating to pass CI image diff
16 lines
354 B
CSS
16 lines
354 B
CSS
/*
|
|
Copyright 2025 New Vector Ltd.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
.docs-story {
|
|
background: var(--cpd-color-bg-canvas-default);
|
|
}
|
|
|
|
[class*="blurhash"] > canvas {
|
|
animation: none !important;
|
|
opacity: 1 !important;
|
|
}
|