mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
fix
This commit is contained in:
parent
cf80f73fb6
commit
22495fe20c
2 changed files with 6 additions and 6 deletions
|
|
@ -44,7 +44,7 @@ function pipeline() {
|
||||||
type: "element",
|
type: "element",
|
||||||
tagName: "div",
|
tagName: "div",
|
||||||
properties: {
|
properties: {
|
||||||
className: [`image image-load image-asset image-${sign}`],
|
className: [`image image-loaded image-asset image-${sign}`],
|
||||||
id: `lht${sign}`,
|
id: `lht${sign}`,
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
|
|
||||||
|
|
@ -6832,21 +6832,21 @@ html.no-touch.no-reduced-motion
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture {
|
.picture {
|
||||||
position: absolute;
|
/* position: absolute; */
|
||||||
|
|
||||||
/* left: 50%; */
|
/* left: 50%; */
|
||||||
top: 0;
|
/* top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%; */
|
||||||
/* transform: translateX(-50%); */
|
/* transform: translateX(-50%); */
|
||||||
/* max-width: min(calc(100% - 32px), 650px); */
|
/* max-width: min(calc(100% - 32px), 650px); */
|
||||||
/* position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: min(calc(100% - 32px), 650px); */
|
max-width: min(calc(100% - 32px), 650px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture.no-dl {
|
.picture.no-dl {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue