From 0fda25c646bad87f9a7099232e40d5ee24f15d3a Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 26 Sep 2023 14:38:23 +0300 Subject: [PATCH] Make help button also hidden #1117 --- customize.dist/src/less2/include/toolbar.less | 1 - 1 file changed, 1 deletion(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index b1eb49887..8448e88ab 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -72,7 +72,6 @@ &:hover { background-color: contrast(@cp_toolbar-bg, darken(@cp_toolbar-bg, 5%), lighten(@cp_toolbar-bg, 5%)); } - &.cp-markdown-help { float: right; } } }