hugo-theme-next/assets/css/_common/components/third-party/gitter.styl
2022-05-21 17:47:26 +08:00

8 lines
197 B
Stylus

if (hexo-config('gitter.enable')) {
.gitter-open-chat-button {
$alignment = sidebar-toggle-alignment(false);
{$alignment[0]}: auto !important;
{$alignment[1]}: 10px !important;
}
}