Files
ChatGPT/src/layout/index.scss
2022-12-19 02:56:53 +08:00

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