diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e8f3c15cc..0cb5b0e2a 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1669,7 +1669,7 @@ body.zen .tab-row-widget, body.zen .ribbon-container, body.zen .note-icon-widget, body.zen .title-row .button-widget, -body.zen .floating-buttons { +body.zen .floating-buttons-children > *:not(.bx-edit-alt) { display: none !important; } @@ -1691,6 +1691,20 @@ body.zen .title-row { padding-right: 2.5em; } +body.zen .floating-buttons { + top: -10px; +} + +body.zen .floating-buttons-children { + right: 0; +} + +body.zen .floating-buttons-children .button-widget { + width: var(--zen-button-size); + height: var(--zen-button-size); + padding: 0; +} + body.zen .note-title-widget, body.zen .note-title-widget input { font-size: 1rem !important;