[TASK] Migrate topbar scaffolding to flexbox
This change migrates the responsive topbar to flexbox, getting rid of some ugly "position: fixed" functionality as well as manual calculation of width / padding via JS, making the scaffolding better to understand and to use. On top, this change fixes bugs related to styling when using the topbar in non-desktop clients Resolves: #93318 Releases: master Change-Id: I510fd15cfce3243c0a8e6d5dcfcbd438476bb630 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67465 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/scaffold/_modulemenu.scss 6 additions, 2 deletionsBuild/Sources/Sass/scaffold/_modulemenu.scss
- Build/Sources/Sass/scaffold/_scaffold.scss 22 additions, 14 deletionsBuild/Sources/Sass/scaffold/_scaffold.scss
- Build/Sources/Sass/scaffold/_toolbar.scss 28 additions, 26 deletionsBuild/Sources/Sass/scaffold/_toolbar.scss
- Build/Sources/Sass/scaffold/_topbar.scss 9 additions, 0 deletionsBuild/Sources/Sass/scaffold/_topbar.scss
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Viewport.ts 0 additions, 1 deletion...ypeScript/backend/Resources/Public/TypeScript/Viewport.ts
- typo3/sysext/backend/Resources/Private/Templates/Backend/Main.html 1 addition, 1 deletion...ext/backend/Resources/Private/Templates/Backend/Main.html
- typo3/sysext/backend/Resources/Private/Templates/ToolbarItems/LiveSearchToolbarItem.html 8 additions, 10 deletions...Private/Templates/ToolbarItems/LiveSearchToolbarItem.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/Viewport.js 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/JavaScript/Viewport.js
Please register or sign in to comment