1
Fork 0

Add Drag Area

This commit is contained in:
KorbsStudio 2023-02-24 04:02:02 -05:00
parent e308b766a6
commit 42142a30b2

View file

@ -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;