This commit is contained in:
Joey Kimsey
2024-12-18 08:56:58 -05:00
parent 06bd337d36
commit 59279c8349
23 changed files with 339 additions and 51 deletions

View File

@ -310,3 +310,8 @@ body {
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #2c2c2c, #1e1e1e, #1e1e1e);
}
.bookmark-card.dragging {
opacity: 0.7;
cursor: move; /* Show a move cursor when dragging */
}