Update element call embedding UI (#12056)

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-12-20 12:39:57 +00:00
committed by GitHub
parent bf61d93bf4
commit e26d3e9b68
3 changed files with 6 additions and 4 deletions
+4
View File
@@ -321,6 +321,10 @@ limitations under the License.
display: none;
}
}
&.mx_AppTileBody--call {
border-radius: 0px;
}
}
/* appTileBody is embedded to PersistedElement outside of mx_AppTile,
-4
View File
@@ -20,12 +20,8 @@ limitations under the License.
display: flex;
flex-direction: column;
margin: var(--container-gap-width);
margin-right: calc(var(--container-gap-width) / 2);
background-color: $header-panel-bg-color;
padding: 8px;
border-radius: 8px;
.mx_AppTile {
width: auto;