@@ -81,7 +81,7 @@
width: calc(100% - $toggle-collapse-button-width);
}
-// ==Sidebar Head when Editor
+// ==Sidebar Head when Editor mode
@include bs.color-mode(light) {
.on-editor-sidebar-head {
background-color: var(
@@ -36,7 +36,8 @@ const AppTitleSubstance = memo(({ className = '', hideAppTitle = false }: Props)
</div>
)}
- {!(confidential == null || confidential === '') && (
+ {!(confidential == null || confidential === '')
+ && (
<UncontrolledTooltip
className="d-none d-sm-block confidential-tooltip"
innerClassName="text-start"