2023-02-15 16:20:58 -05:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2023, 2024 New Vector Ltd.
|
2023-02-15 16:20:58 -05:00
|
|
|
|
2024-09-06 10:22:13 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
Please see LICENSE in the repository root for full details.
|
2023-02-15 16:20:58 -05:00
|
|
|
*/
|
|
|
|
|
|
2023-01-18 10:52:12 -05:00
|
|
|
.grid {
|
2023-09-25 14:16:29 -04:00
|
|
|
contain: layout style;
|
2023-01-18 10:52:12 -05:00
|
|
|
}
|
|
|
|
|
|
2023-01-29 21:56:07 -05:00
|
|
|
.slot {
|
2023-01-30 23:44:19 -05:00
|
|
|
contain: strict;
|
2023-01-29 21:56:07 -05:00
|
|
|
}
|