Scale sidebar business name to fit (@BoredManCodes)

This commit is contained in:
Wrongecho
2026-09-07 15:41:22 +00:00
parent 7898c16848
commit d416406746
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/* Custom syling for scaling the brand text (MSP name) in the sidebar */
.app-sidebar .brand-text {
display: inline-block;
vertical-align: middle;
white-space: nowrap;
transform-origin: left center;
}