mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update home.module.scss
This commit is contained in:
parent
43b7d37ac0
commit
d01fa2cc54
@ -111,14 +111,23 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4px;
|
width: 24px;
|
||||||
width: 24px; // 调整宽度
|
height: 24px;
|
||||||
height: 24px; // 调整高度
|
|
||||||
background-color: var(--theme-color);
|
|
||||||
border-radius: 50%;
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-copy-icon {
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
padding: 4px;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
background-color: var(--theme-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.sidebar-title {
|
.sidebar-title {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user