Add ability to reorder screenshots

This commit is contained in:
rubenwardy
2020-12-06 03:35:25 +00:00
parent 2910fcc1a4
commit f93a2d8717
9 changed files with 152 additions and 35 deletions

View File

@@ -32,14 +32,14 @@
.bulletselector input {
border: none;
border-radius: 0;
-moz-border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
width: auto;
min-width: 50px;
float: left;
padding: 4px 0;
padding: 4px 0;
white-space: nowrap;
background: transparent;
}
@@ -122,3 +122,7 @@
background-color: #222 !important;
color: white !important;
}
.sortable {
user-select: none;
}