mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
30 lines
376 B
SCSS
Vendored
30 lines
376 B
SCSS
Vendored
.chat-logo {
|
|
text-align: center;
|
|
padding: 5px 0;
|
|
|
|
img {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
}
|
|
|
|
.ant-layout-sider-trigger {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.chat-container {
|
|
padding: 20px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ant-menu {
|
|
.ant-menu-item {
|
|
background-color: #f8f8f8;
|
|
}
|
|
}
|
|
|
|
.ant-layout-footer {
|
|
color: #666 !important;
|
|
opacity: 0.7;
|
|
} |