discourse/app
Dominik Schlipper 54eaae4326
FIX: replace unitless 0 in CSS calc() with '0px' (#20689)
Using the unitless number 0 in CSS calc() functions is recognized as invalid (tested in Chrome 110 & Firefox 111).
In this code, this would disable the style definition for the 'height' property when one of the custom properties is undefined and the fallback '0' is used.
For more insight on this topic. see https://stackoverflow.com/questions/55406001/why-doesnt-css-calc-work-when-using-0-inside-the-equation
2023-03-20 16:06:49 -04:00
..
assets FIX: replace unitless 0 in CSS calc() with '0px' (#20689) 2023-03-20 16:06:49 -04:00
controllers FIX: Support tag query param on /tag/{name} routes (#20742) 2023-03-20 13:51:39 -05:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
jobs DEV: Refactor Jobs::UserEmail a little 2023-03-14 09:23:06 +01:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models DEV: Minor refactor for bookmark polymorphic changes (#20733) 2023-03-20 10:19:28 +01:00
serializers FEATURE: Configurable auto-bump cooldown (#20507) 2023-03-10 13:45:01 +08:00
services FIX: search index failing on certain posts (#20736) 2023-03-20 15:43:08 +11:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00