Added background

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2020-12-16 19:51:49 +01:00
parent 89bc443594
commit 41e2ffdf0d
1 changed files with 9 additions and 3 deletions

View File

@ -39,13 +39,19 @@ limitations under the License.
position: absolute;
z-index: 3000;
display: flex;
justify-content: center;
align-items: center;
}
.mx_RoomView_fileDropTargetLabel {
top: 50%;
width: 100%;
margin-top: -50px;
position: absolute;
border-radius: 10px;
padding: 10px;
background-color: $menu-bg-color;
}
.mx_RoomView_auxPanel {