diff --git a/services/web/public/stylesheets/_ol_style_includes.less b/services/web/public/stylesheets/_ol_style_includes.less index f2832bd219..921b20f727 100644 --- a/services/web/public/stylesheets/_ol_style_includes.less +++ b/services/web/public/stylesheets/_ol_style_includes.less @@ -1 +1,2 @@ @import "app/sidebar-v2-dash-pane.less"; +@import "app/front-chat-widget.less"; diff --git a/services/web/public/stylesheets/app/front-chat-widget.less b/services/web/public/stylesheets/app/front-chat-widget.less new file mode 100644 index 0000000000..84da28ca7a --- /dev/null +++ b/services/web/public/stylesheets/app/front-chat-widget.less @@ -0,0 +1,3 @@ +#front-chat-holder > div[role=button] { + margin-bottom: @footer-height; +} \ No newline at end of file