Added background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
89bc443594
commit
41e2ffdf0d
1 changed files with 9 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue