mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 16:32:48 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user