Make floating badge smaller

This can be configured with the following CSS code:

.global-styles, [class^='FloatingBackground__Container'] {
transform: scale(0.8);
}

However, it could be great if we can control its size directly in the settings.

1 Like