hugo-theme-next/assets/css/_common/components/third-party/gitter.scss
2022-06-16 10:00:36 +08:00

8 lines
193 B
SCSS

@if $gitter_enable {
.gitter-open-chat-button {
$alignment: sidebar-toggle-alignment(false);
#{nth($alignment, 1)}: auto !important;
#{nth($alignment, 2)}: 10px !important;
}
}