mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated shufflehandling and styling of deletebutton
This commit is contained in:
@@ -1297,7 +1297,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
.list-remove{
|
.list-remove{
|
||||||
width: 70px;
|
width: 70px;
|
||||||
margin-top: -31px;
|
margin-top: -6%;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
@@ -1308,9 +1308,9 @@ nav ul li:hover, nav ul li.active {
|
|||||||
#del, #del_suggested, #del_user_suggested{
|
#del, #del_suggested, #del_user_suggested{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
bottom: -67%;
|
|
||||||
right: 0%;
|
right: 0%;
|
||||||
height: 100%;
|
/* height: 100%; */
|
||||||
|
bottom: -31%;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
padding: 2px 12px;
|
padding: 2px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
4
static/dist/embed.min.js
vendored
4
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -119,6 +119,8 @@ var List = {
|
|||||||
$(".prev_page_hide").css("display","inline-block");
|
$(".prev_page_hide").css("display","inline-block");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
List.dynamicContentPage(-10);
|
||||||
|
|
||||||
/*if(lazy_load){
|
/*if(lazy_load){
|
||||||
if(Helper.mobilecheck()) $(".list-image").lazyload({});
|
if(Helper.mobilecheck()) $(".list-image").lazyload({});
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user