Simplifie toast handling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
1d629f2557
commit
40947a2a68
4 changed files with 24 additions and 29 deletions
|
@ -16,17 +16,8 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_IncomingCallToast {
|
||||
// mx_Toast overrides
|
||||
padding: 8px !important;
|
||||
display: flex !important;
|
||||
top: 8px !important;
|
||||
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
min-width: 250px;
|
||||
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
|
||||
background-color: $voipcall-plinth-color;
|
||||
|
||||
pointer-events: initial; // restore pointer events so the user can accept/decline
|
||||
|
||||
.mx_IncomingCallToast_content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue