mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 17:32:20 -06:00
gallery: fix link overlapping image
This commit is contained in:
parent
578a915884
commit
61414014fe
|
@ -1179,8 +1179,10 @@ html.light #tree::-webkit-scrollbar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 100%;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
max-height: calc(100% - 1.4em);
|
||||||
|
margin-bottom: 1.4em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
@ -1189,11 +1191,10 @@ html.light #tree::-webkit-scrollbar {
|
||||||
}
|
}
|
||||||
#baguetteBox-overlay .full-image figcaption {
|
#baguetteBox-overlay .full-image figcaption {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: .1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.8;
|
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue