header css fix (#23)

header css fix
This commit is contained in:
umaruFE 2025-04-13 12:46:19 +08:00 committed by GitHub
parent 07054fa7c3
commit 82f468c3df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
}
.logoWrapper {
.pointerCursor;
min-width: 200px;
}
.appIcon {
@ -70,10 +70,10 @@
}
:global {
.ant-radio-button-wrapper:nth-child(3) {
margin-right: 500px;
// margin-right: 500px;
}
.ant-radio-button-wrapper:nth-child(1) {
margin-left: 500px;
// margin-left: 500px;
}
}
}

View File

@ -1,4 +1,5 @@
.toolbarWrapper {
min-width: 200px;
:global(.ant-avatar) {
background-color: rgba(242, 243, 245, 1);
}