Skip to content
Snippets Groups Projects
Commit 48c30c58 authored by Florian Will's avatar Florian Will
Browse files

[TASK] changed mail dochead from 3 rows to two

parent e1165c41
No related branches found
No related tags found
1 merge request!64Feature 5168 unify root page selector
......@@ -19,7 +19,7 @@
section="main"
arguments="{docHeader: docHeader, pages: pages, selectedTemplateKey: selectedTemplateKey, selectedExtensionKey: selectedExtensionKey}" />
<div class="module-docheader-bar module-docheader-bar-buttons t3js-module-docheader-bar t3js-module-docheader-bar-buttons">
<div class="module-docheader-bar-column-left">
<div class="module-docheader-bar-column-left" style="display: flex; align-items: center; gap: 0.5rem;">
<f:if condition="{register}">
<f:be.menus.actionMenu>
<f:for each="{register}" as="template" key="extensionKey">
......
......@@ -23,7 +23,7 @@
section="main"
arguments="{docHeader: docHeader, pages: pages, selectedTemplateKey: selectedTemplateKey, selectedExtensionKey: selectedExtensionKey}" />
<div class="module-docheader-bar module-docheader-bar-buttons t3js-module-docheader-bar t3js-module-docheader-bar-buttons">
<div class="module-docheader-bar-column-left">
<div class="module-docheader-bar-column-left" style="display: flex; align-items: center; gap: 0.5rem;">
<f:if condition="{register}">
<f:be.menus.actionMenu>
<f:for each="{register}" as="template" key="extensionKey">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment