Skip to content

Commit

Permalink
iframe内の問題を修正・その他軽微な修正
Browse files Browse the repository at this point in the history
  • Loading branch information
10rin0 committed Dec 17, 2023
1 parent c380192 commit 0074045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skin-cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h3>カレンダー</h3>
<div class="cemojipicker"></div>
</div>
<div class="imgpicker matuba_cipanel">
<iframe title="画像リスト" src="?mode=admin&work=images" frameborder="0"></iframe>
<iframe title="画像リスト" src="?mode=admin&work=images" frameborder="0" loading="lazy"></iframe>
</div>

<!-- ここから各種スクリプト -->
Expand Down
4 changes: 2 additions & 2 deletions style/tegalog.css
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ html:has(input[id="quickpost_bottun"]:checked) {
}

.cepicker {
left: -100%;
left: -120%;
z-index: var(--cepicker);
border-width: 2px 2px 0 0;
}
Expand All @@ -898,7 +898,7 @@ input[id="quickpost_bottun"]:checked~#cepick_bottun:checked~.cepicker {
}

.imgpicker {
right: -100%;
right: -120%;
z-index: var(--imgpicker);
border-width: 2px 0 0 2px;
}
Expand Down

0 comments on commit 0074045

Please sign in to comment.