mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
39 lines
485 B
SCSS
Vendored
39 lines
485 B
SCSS
Vendored
.chat-logo {
|
|
text-align: center;
|
|
height: 48px;
|
|
|
|
img {
|
|
width: 44px;
|
|
height: 44px;
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
.chat-info {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
.ant-tag {
|
|
margin: 2px;
|
|
}
|
|
}
|
|
|
|
.ant-layout-sider-trigger {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.chat-container {
|
|
padding: 20px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ant-menu {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.ant-layout-footer {
|
|
color: #666 !important;
|
|
opacity: 0.7;
|
|
} |