You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Fix indentation in styles
This commit is contained in:
@ -15,16 +15,16 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@keyframes breadcrumb-popin {
|
@keyframes breadcrumb-popin {
|
||||||
0% {
|
0% {
|
||||||
// Ideally we'd use `width` instead of `opacity`, but we only
|
// Ideally we'd use `width` instead of `opacity`, but we only
|
||||||
// have 16 nanoseconds to render the frame, and width is expensive.
|
// have 16 nanoseconds to render the frame, and width is expensive.
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomBreadcrumbs2 {
|
.mx_RoomBreadcrumbs2 {
|
||||||
|
Reference in New Issue
Block a user