mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Fix indentation in styles
This commit is contained in:
parent
0354bf9b6d
commit
04566e12b2
1 changed files with 10 additions and 10 deletions
|
@ -15,16 +15,16 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
@keyframes breadcrumb-popin {
|
||||
0% {
|
||||
// Ideally we'd use `width` instead of `opacity`, but we only
|
||||
// have 16 nanoseconds to render the frame, and width is expensive.
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
0% {
|
||||
// Ideally we'd use `width` instead of `opacity`, but we only
|
||||
// have 16 nanoseconds to render the frame, and width is expensive.
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomBreadcrumbs2 {
|
||||
|
|
Loading…
Reference in a new issue