fix(typesetting): 修复品牌logo非正方形时被强制压缩的问题 - 改为按比例自适应宽度

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
augushong
2026-05-17 11:33:25 +08:00
parent aa6124adbc
commit eb392ff1d7

View File

@@ -274,9 +274,11 @@
.brand-header .brand-logo {
height: 24px;
width: 24px;
max-width: 120px;
width: auto;
flex-shrink: 0;
border-radius: 4px;
object-fit: contain;
}
.brand-header .brand-name {