1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Migrate bootstrapping in element embedding sample (#2315)

Migrating the Angular sample is blocked on
https://github.com/flutter/flutter/issues/149443

Contributes to https://github.com/flutter/samples/issues/2297.
This commit is contained in:
Parker Lougheed
2024-06-03 16:46:28 -05:00
committed by GitHub
parent 121d29627a
commit 2b451d2dae
4 changed files with 12 additions and 16 deletions

View File

@@ -162,7 +162,7 @@ h1 {
}
#flutter_target.resize {
width: 480px;
height: 320px;
height: 336px;
}
#flutter_target.spin { animation: spin 6400ms ease-in-out infinite; }
#flutter_target.shadow { position: relative; }