Add Drag Area
This commit is contained in:
parent
e308b766a6
commit
42142a30b2
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,12 @@ body {
|
|||
display: grid;
|
||||
grid-template-rows: 50px auto auto;
|
||||
background: var(--SidebarBackground);
|
||||
.drag-area {
|
||||
position: absolute;
|
||||
width: 280px;
|
||||
height: 74px;
|
||||
app-region: drag;
|
||||
}
|
||||
.sidebar-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Reference in a new issue