mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9a4728425d
commit
cac3bca409
@@ -293,7 +293,8 @@
|
||||
(
|
||||
var(--line-height-sidebar-row-prominent) -
|
||||
var(--line-height-sidebar-topic-inner)
|
||||
) / 2
|
||||
) /
|
||||
2
|
||||
);
|
||||
|
||||
/* Right sidebar */
|
||||
@@ -342,8 +343,10 @@
|
||||
var(--base-maximum-block-height-em),
|
||||
var(--length-line-fitted-block)
|
||||
)
|
||||
) - var(--length-line-oversize-block)
|
||||
) / 2
|
||||
) -
|
||||
var(--length-line-oversize-block)
|
||||
) /
|
||||
2
|
||||
);
|
||||
|
||||
/* Legacy values */
|
||||
|
||||
Reference in New Issue
Block a user