feat: user settings

This commit is contained in:
jialin
2024-05-30 09:26:09 +08:00
parent a99b58fbb4
commit 69f354b278
14 changed files with 382 additions and 22 deletions
+28
View File
@@ -0,0 +1,28 @@
.editor-wrap {
border-radius: 16px;
overflow: hidden;
.editor-header {
display: flex;
padding: 6px 10px;
justify-content: space-between;
align-items: center;
background-color: rgb(56, 56, 56);
.ant-select-selector {
background-color: rgba(255, 255, 255, 0.09) !important;
color: rgba(255, 255, 255, 0.7);
.ant-select-selection-item {
color: rgba(255, 255, 255, 0.7);
}
}
.ant-select-arrow {
color: rgba(255, 255, 255, 0.7);
}
}
// set scrollbar style
.scrollbar {
.slider {
border-radius: 6px;
}
}
}