gpt logo opacity to 0.2 to fit the original icon

This commit is contained in:
dakai 2023-04-01 11:00:51 +08:00
parent 70602b5b76
commit 997cf89313
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
} }
.gpt-logo-collapse svg { .gpt-logo-collapse svg {
transform: scale(1.3); transform: scale(1.3);
opacity: 0.5; opacity: 0.2;
} }
.sidebar-title { .sidebar-title {