mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
revert a change to image figure element that prevented clicking below image to exit
This commit is contained in:
parent
c78da76754
commit
35f6b72a98
|
|
@ -2288,7 +2288,7 @@ html.noscroll .sbar::-webkit-scrollbar {
|
|||
flex: none;
|
||||
}
|
||||
.full-image figure {
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue