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;
|
display: grid;
|
||||||
grid-template-rows: 50px auto auto;
|
grid-template-rows: 50px auto auto;
|
||||||
background: var(--SidebarBackground);
|
background: var(--SidebarBackground);
|
||||||
|
.drag-area {
|
||||||
|
position: absolute;
|
||||||
|
width: 280px;
|
||||||
|
height: 74px;
|
||||||
|
app-region: drag;
|
||||||
|
}
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Reference in a new issue