baguettebox: RTL support (#881)

This commit is contained in:
AppleTheGolden
2025-10-04 11:12:02 +02:00
committed by GitHub
parent 31f1b535b2
commit dacc64dd2e
2 changed files with 81 additions and 23 deletions

View File

@@ -2140,6 +2140,7 @@ html.noscroll .sbar::-webkit-scrollbar {
width: 100%;
height: 100%;
text-align: center;
flex: none;
}
.full-image figure {
display: inline;
@@ -2203,6 +2204,7 @@ html.y #bbox-overlay figcaption a {
margin-right: -1px;
}
#bbox-slider {
display: flex;
position: fixed;
left: 0;
top: 0;
@@ -2334,6 +2336,9 @@ html.y #bbox-overlay figcaption a {
0%, 100% {transform: scale(0)}
50% {transform: scale(1)}
}
.no-transition {
transition: none !important;
}