mirror of https://github.com/vector-im/riot-web
Added background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
89bc443594
commit
41e2ffdf0d
|
@ -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…
Reference in New Issue