Skip to content

Fix brand logo to stay centered on mini sidebar mode - #6114

Merged
puikinsh merged 1 commit into
ColorlibHQ:masterfrom
dfsmania:fix_mini_sidebar_brand_logo
Sep 1, 2026
Merged

Fix brand logo to stay centered on mini sidebar mode#6114
puikinsh merged 1 commit into
ColorlibHQ:masterfrom
dfsmania:fix_mini_sidebar_brand_logo

Conversation

@dfsmania

@dfsmania dfsmania commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

This pull request makes a minor update to the sidebar styling. The only change is the addition of a margin-left: 0; rule to the .brand-text class in src/scss/_app-sidebar.scss when sidebar mini is collapsed, which helps ensure the brand logo to stay horizontally centered on mini sidebar mode.

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for adminlte-v4 ready!

Name Link
🔨 Latest commit 083d844
🔍 Latest deploy log https://app.netlify.com/projects/adminlte-v4/deploys/6a932dbb425a7c00089cd319
😎 Deploy Preview https://deploy-preview-6114--adminlte-v4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@puikinsh
puikinsh merged commit f8faab1 into ColorlibHQ:master Sep 1, 2026
10 checks passed
puikinsh added a commit that referenced this pull request Sep 1, 2026
#6114 changed only src/scss, so merging it left the committed dist/
without the fix — the mini-sidebar brand rule in dist/css/adminlte.css
still lacked `margin-left: 0`. Rebuilt, RTL included.

Dev dependencies: eslint 10.8.1 -> 10.9.1, eslint-plugin-unicorn 73 ->
74, @typescript-eslint/* and typescript-eslint 8.67.0 -> 8.69.0, astro
7.2.4 -> 7.2.10, @astrojs/mdx 7.0.7 -> 8.0.0, @astrojs/markdown-remark
7.2.4 -> 7.3.0, rollup 4.62.4 -> 4.63.1, terser 5.50.0 -> 5.51.2,
happy-dom 20.11.6 -> 20.12.0, sass 1.103.0 -> 1.103.1, globals 17.11.0
-> 17.12.0. This finishes dependabot #6118 and #6121, which could not
merge after their siblings landed, and goes past what they proposed
where a newer patch was out.

@astrojs/mdx 8.0.0 is a major but peers astro@^7.2.6, not 8 — and it
flattens the tree: four nested duplicates of @astrojs/markdown-remark
and @astrojs/internal-helpers go, @astrojs/markdown-satteri hoists to
the top level. Verified with a clean `rm -rf node_modules && npm ci`:
resolves with no peer warnings.

All 114 built html/css/js files are byte-identical across the whole
dependency change, so nothing here reaches consumers.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@dfsmania
dfsmania deleted the fix_mini_sidebar_brand_logo branch September 1, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants