mirror of
https://github.com/9001/copyparty.git
synced 2026-03-24 00:53:23 +10:00
baguettebox: RTL support (#881)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user