@@ -18,7 +18,7 @@ const DrawerToggler = (props) => {
return (
<button
- className="grw-drawer-toggler btn btn-secondary btn-xl"
+ className="grw-drawer-toggler btn btn-secondary"
type="button"
aria-expanded="false"
aria-label="Toggle navigation"
@@ -110,7 +110,7 @@ const GrowiSubNavigation = (props) => {
{/* Left side */}
<div className="d-flex grw-subnav-left-side">
{ isDrawerMode && (
- <div className="d-none d-md-flex align-items-center border-right mr-3 pr-3">
+ <div className={`d-none d-md-flex align-items-center ${isEditorMode ? 'mr-2 pr-2' : 'border-right mr-4 pr-4'}`}>
<DrawerToggler />
</div>
) }
@@ -121,14 +121,20 @@ body.on-edit {
*/
.grw-subnav {
padding-bottom: 0;
- }
- h1 {
- font-size: 16px;
+ h1 {
+ font-size: 16px;
+ }
- .grw-taglabels-container {
- margin-bottom: 0;
+ .grw-drawer-toggler {
+ width: 38px;
+ height: 38px;
+ font-size: 18px;
+
+ .grw-taglabels-container {
+ margin-bottom: 0;
}
// ellipsis .grw-page-path-hierarchical-link