Merge branch 'new-call-layouts' into rest-of-the-layouts

This commit is contained in:
Robin
2024-07-18 11:21:56 -04:00
6 changed files with 112 additions and 31 deletions

View File

@@ -26,11 +26,18 @@ limitations under the License.
.local {
position: absolute;
inline-size: 180px;
block-size: 135px;
inline-size: 135px;
block-size: 160px;
inset: var(--cpd-space-4x);
}
@media (min-width: 600px) {
.local {
inline-size: 170px;
block-size: 110px;
}
}
.spotlight {
position: absolute;
inline-size: 404px;