mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Fix format to fix build (#18725)
This commit is contained in:
@@ -203,8 +203,9 @@ const togglePopup = () => {
|
||||
}
|
||||
|
||||
.emoji {
|
||||
font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji',
|
||||
'Twemoji Mozilla', 'Noto Color Emoji', 'Android Emoji', sans-serif;
|
||||
font-family:
|
||||
'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji', 'Twemoji Mozilla',
|
||||
'Noto Color Emoji', 'Android Emoji', sans-serif;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1279,7 +1279,7 @@
|
||||
var g = parseInt(result[2], 16);
|
||||
var b = parseInt(result[3], 16);
|
||||
|
||||
(r /= 255), (g /= 255), (b /= 255);
|
||||
((r /= 255), (g /= 255), (b /= 255));
|
||||
var max = Math.max(r, g, b),
|
||||
min = Math.min(r, g, b);
|
||||
var h,
|
||||
|
||||
Reference in New Issue
Block a user