tweak resize handle in room list
only show a 1 px line but with a 9px interaction target apply darker color from design
This commit is contained in:
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
cursor: row-resize;
|
||||
flex: 0 0 auto;
|
||||
background: $panel-divider-color;
|
||||
padding: 1px
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||
|
||||
@@ -62,3 +62,6 @@ limitations under the License.
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.mx_RoomList .mx_ResizeHandle {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user