mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove nonsense comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
379101e3ff
commit
f2204aa1ff
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ limitations under the License.
|
|||
padding: 8px !important;
|
||||
display: flex !important;
|
||||
top: 8px !important;
|
||||
border-radius: 8px;
|
||||
|
||||
border-radius: 8px;
|
||||
flex-direction: row;
|
||||
min-width: 250px;
|
||||
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
|
||||
background-color: $voipcall-plinth-color; // To match mx_Toast
|
||||
background-color: $voipcall-plinth-color;
|
||||
|
||||
pointer-events: initial; // restore pointer events so the user can accept/decline
|
||||
|
||||
|
|
Loading…
Reference in a new issue