Update element call embedding UI (#12056)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
bf61d93bf4
commit
e26d3e9b68
3 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue