ninegate
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-12 16:14:31 +01:00
parent f5d1995040
commit cdf7c5a24c
72 changed files with 10635 additions and 1013 deletions

View File

@ -84,6 +84,6 @@ function resize() {
$("main").css("height",$(window).height()-$(".header").height());
$("#page").css("height",$(window).height()-$(".header").height());
$("#sidebar").css("min-height",$("body").height()-$(".header").height());
$("#sidebar").css("min-height",$("body").height()-$(".header").height());
}

View File

@ -232,6 +232,10 @@ border-width: 1px;
/* ITEM */
.itemframe {
width: 100%
}
.items-list {
display:flex;
flex-wrap: wrap;
@ -243,7 +247,7 @@ border-width: 1px;
text-align: center;
justify-content: center;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
flex-wrap: wrap;
color: var(--colorftbodydark) !important;
}
@ -395,6 +399,7 @@ border-width: 1px;
.item-list {
width:100%;
justify-content: left;
margin-right: 0px;
}
.item-list .item-container {