hugo-theme-next/assets/css/_common/components/3rd/gitter.scss
2025-01-05 16:40:58 +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;
}
}