Cap wish preview height
This commit is contained in:
parent
812b51faf0
commit
5ce8925970
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--lineHeight: 1.4285;
|
||||
--wishPreviewHeight: 25vh;
|
||||
--wishPreviewHeight: min(25vh, 224px);
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue