mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Added background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user