fixed dependencies and css, update gallery code

This commit is contained in:
Nuno Coração
2023-01-17 00:31:25 +00:00
parent c7c6c8bdee
commit 05f76ed459
15 changed files with 284 additions and 39 deletions

View File

@@ -1667,6 +1667,10 @@ select {
cursor: pointer;
}
.resize {
resize: both;
}
.list-none {
list-style-type: none;
}
@@ -2992,7 +2996,7 @@ body:has(#menu-controller:checked) {
text-decoration-line: underline;
}
/* */
/* Custom */
.thumbnail {
min-width: 300px;
@@ -3106,6 +3110,111 @@ body:has(#menu-controller:checked) {
text-underline-offset: 4px;
}
.grid-w10 {
width: calc(10% - 5px);
margin: 0px !important;
}
.grid-w15 {
width: calc(15% - 5px);
margin: 0px !important;
}
.grid-w20 {
width: calc(20% - 5px);
margin: 0px !important;
}
.grid-w25 {
width: calc(25% - 5px);
margin: 0px !important;
}
.grid-w30 {
width: calc(30% - 5px);
margin: 0px !important;
}
.grid-w33 {
width: calc(33% - 5px);
margin: 0px !important;
}
.grid-w35 {
width: calc(35% - 5px);
margin: 0px !important;
}
.grid-w40 {
width: calc(40% - 5px);
margin: 0px !important;
}
.grid-w45 {
width: calc(45% - 5px);
margin: 0px !important;
}
.grid-w50 {
width: calc(50% - 5px);
margin: 0px !important;
}
.grid-w55 {
width: calc(55% - 5px);
margin: 0px !important;
}
.grid-w60 {
width: calc(60% - 5px);
margin: 0px !important;
}
.grid-w66 {
width: calc(66% - 5px);
margin: 0px !important;
}
.grid-w65 {
width: calc(65% - 5px);
margin: 0px !important;
}
.grid-w70 {
width: calc(70% - 5px);
margin: 0px !important;
}
.grid-w75 {
width: calc(75% - 5px);
margin: 0px !important;
}
.grid-w80 {
width: calc(80% - 5px);
margin: 0px !important;
}
.grid-w85 {
width: calc(85% - 5px);
margin: 0px !important;
}
.grid-w90 {
width: calc(90% - 5px);
margin: 0px !important;
}
.grid-w95 {
width: calc(95% - 5px);
margin: 0px !important;
}
.grid-w100 {
width: calc(100% - 5px);
margin: 0px !important;
}
.first\:mt-8:first-child {
margin-top: 2rem;
}
@@ -3843,4 +3952,4 @@ body:has(#menu-controller:checked) {
.\32xl\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
}