mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-15 07:50:26 +00:00
Fix placement of reaction and raised hand indicators
This commit is contained in:
@@ -82,9 +82,9 @@ unconditionally select the container so we can use cqmin units */
|
||||
);
|
||||
inset: var(--fg-inset);
|
||||
display: grid;
|
||||
grid-template-columns: 30px 1fr 30px;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
grid-template-areas: "status status reactions" "nameTag nameTag button";
|
||||
grid-template-areas: "status reactions" "nameTag button";
|
||||
gap: var(--cpd-space-1x);
|
||||
place-items: start;
|
||||
}
|
||||
@@ -125,6 +125,7 @@ unconditionally select the container so we can use cqmin units */
|
||||
|
||||
.reactions {
|
||||
grid-area: reactions;
|
||||
place-self: start end;
|
||||
display: flex;
|
||||
gap: var(--cpd-space-1x);
|
||||
}
|
||||
@@ -192,4 +193,5 @@ unconditionally select the container so we can use cqmin units */
|
||||
|
||||
.fg > button:first-of-type {
|
||||
grid-area: button;
|
||||
place-self: end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user