포토리뷰 작업 중

This commit is contained in:
2026-01-05 22:17:09 +09:00
parent e0eb8418ec
commit 534015a521
11 changed files with 111 additions and 29 deletions

View File

@@ -1955,6 +1955,13 @@ video::-webkit-media-controls {
padding-top: 0.4rem;
background-color: #fff;
border-top: 1px solid #dedede;
&:after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #dedede;
}
&.hBoder {
border-bottom: 1px solid #dedede;
@@ -1964,6 +1971,7 @@ video::-webkit-media-controls {
overflow-x: auto;
scrollbar-width: none;
-ms-overflow-style: none;
margin-bottom: -1px;
&::-webkit-scrollbar {
display: none;
@@ -5373,7 +5381,7 @@ video::-webkit-media-controls {
right: 0;
width: 3rem;
height: 3rem;
background: url(../images/common/icon-menu-close.svg) no-repeat center / 1.8rem auto;
background: url(../images/common/icon-close.png) no-repeat center / 100% auto;
text-indent: -9999em;
@include tablet {
display: none;
@@ -6120,7 +6128,7 @@ video::-webkit-media-controls {
right: 0;
width: 3rem;
height: 3rem;
background: url(../images/common/icon-menu-close.svg) no-repeat center / 1.8rem auto;
background: url(../images/common/icon-close.png) no-repeat center / 100% auto;
text-indent: -9999em;
@include tablet {
display: none;