Cap wish preview height

This commit is contained in:
grandeljay 2022-04-05 17:58:31 +02:00
parent 812b51faf0
commit 5ce8925970

View file

@ -1,6 +1,6 @@
:root { :root {
--lineHeight: 1.4285; --lineHeight: 1.4285;
--wishPreviewHeight: 25vh; --wishPreviewHeight: min(25vh, 224px);
} }
img { img {