mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Implement the new one-on-one layout
This commit is contained in:
@@ -16,6 +16,7 @@ limitations under the License.
|
||||
|
||||
.layer {
|
||||
margin-inline: var(--inline-content-inset);
|
||||
block-size: 100%;
|
||||
display: grid;
|
||||
--grid-gap: 20px;
|
||||
gap: 30px;
|
||||
@@ -30,10 +31,6 @@ limitations under the License.
|
||||
grid-template-rows: minmax(1fr, auto);
|
||||
}
|
||||
|
||||
.scrolling {
|
||||
block-size: 100%;
|
||||
}
|
||||
|
||||
.spotlight {
|
||||
container: spotlight / size;
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user