🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
7
assets/css/_common/components/third-party/gitter.styl
vendored
Normal file
7
assets/css/_common/components/third-party/gitter.styl
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
if (hexo-config('gitter.enable')) {
|
||||
.gitter-open-chat-button {
|
||||
$alignment = sidebar-toggle-alignment(false);
|
||||
{$alignment[0]}: auto !important;
|
||||
{$alignment[1]}: 10px !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user