Move reordering of websites onto dashboard

This commit is contained in:
Chris Walsh 2022-07-24 23:25:04 -07:00
parent 765add71a9
commit 137ff97c07
No known key found for this signature in database
GPG key ID: 28EE0CCA6032019E
6 changed files with 118 additions and 15 deletions

View file

@ -9,3 +9,12 @@
border-bottom: 0;
margin-bottom: 20px;
}
.websiteDragActive {
opacity: 0.6;
cursor: grab;
}
.websiteDragActive:active {
cursor: grabbing;
}