Files
ChatGPT/src/layout/index.scss
2023-01-05 13:18:35 +08:00

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;
}