patched fotoswipe to use searchParams instead of the wrong and stupid hash

This commit is contained in:
2025-08-18 23:04:58 +02:00
parent b4badfbd15
commit b249ae9d46
7 changed files with 3852 additions and 219 deletions

View File

@@ -35,8 +35,7 @@
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
@@ -272,14 +271,13 @@ a.pswp__share--download:hover {
color: #BBB; }
.pswp__caption__center {
text-align: center;
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
font-weight: bold; }
color: #CCC; }
.pswp__caption--empty {
display: none; }
@@ -481,4 +479,4 @@ a.pswp__share--download:hover {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }
background: none; }