mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
8 lines
197 B
Stylus
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;
|
|
}
|
|
}
|