shares: fix qr for huge links

This commit is contained in:
ed 2026-03-21 19:04:48 +00:00
parent ac60a1da46
commit bbe58105e7

View file

@ -322,6 +322,7 @@ html.y #tth {
margin: .1em auto; margin: .1em auto;
width: 60%; width: 60%;
height: 60%; height: 60%;
max-height: 22em;
background: #999; background: #999;
background: rgba(128,128,128,0.2); background: rgba(128,128,128,0.2);
} }