mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Make AppsDrawer resize handle easier to grab
This commit is contained in:
parent
e897e97fd6
commit
735826015d
1 changed files with 5 additions and 0 deletions
|
@ -386,6 +386,11 @@ form.mx_Custom_Widget_Form div {
|
|||
}
|
||||
|
||||
/* Hidden resize handle (Apptile bottom serves as indicator) */
|
||||
.mx_AppsDrawer .mx_ResizeHandle {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.mx_AppsDrawer .mx_ResizeHandle > div {
|
||||
background: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue