mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
remove height attribute from gallery containers
This commit is contained in:
parent
57c3925660
commit
7324fabc47
|
|
@ -967,7 +967,6 @@ tr.play td:nth-child(1) a {
|
|||
}
|
||||
#ggrid>a img {
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
border-radius: 5px;
|
||||
border-radius: calc(var(--radius) / 3 * 2);
|
||||
max-width: 10em;
|
||||
|
|
@ -3980,7 +3979,6 @@ html.e #wrap.thin {
|
|||
margin: .3em;
|
||||
}
|
||||
a.img {
|
||||
height: calc(var(--grid-sz) - 1em);
|
||||
max-height: none;
|
||||
span:not(.th_ext) {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue