@@ -1,6 +1,8 @@
@use '@growi/core/scss/bootstrap/init' as bs;
.grw-sidebar-mode-icon {
+ display: flex;
+ align-items: center;
width: 20px;
height: 20px;
color: bs.$secondary;
@@ -59,7 +59,7 @@ export const UISettings = (): JSX.Element => {
>
<span className="growi-custom-icon">sidebar-collapsed</span>
</IconWithTooltip>
- <div className="form-check form-switch ms-2">
+ <div className="form-check form-switch ms-1">
<input
id="swSidebarMode"