diff --git a/client/themes/default/scss/app.scss b/client/themes/default/scss/app.scss index 97b3b6a9..45b617f2 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -664,10 +664,12 @@ } // Ruslan: Вот здесь посмотреть точки для Checkbox - //ul:not(.tabset-tabs):not(.contains-task-list) { - // list-style: none; - // - //} + .todo-list { + li { + list-style: none; + } + } + ol, ul:not(.tabset-tabs) { > li { position: relative; @@ -708,7 +710,7 @@ background-color: mc('indigo', '50'); padding: 0 5px; color: mc('indigo', '800'); - font-family: 'Roboto Mono', monospace; + font-family: 'JetBrains Mono', monospace; font-weight: normal; font-size: 1rem; box-shadow: none; @@ -742,7 +744,7 @@ box-shadow: initial; display: block; font-size: .85rem; - font-family: 'Roboto Mono', monospace; + font-family: 'JetBrains Mono', monospace; &:after, &:before { content: initial; diff --git a/server/graph/resolvers/page.js b/server/graph/resolvers/page.js index a629be11..175c9de0 100644 --- a/server/graph/resolvers/page.js +++ b/server/graph/resolvers/page.js @@ -284,11 +284,6 @@ module.exports = { }) // Ruslan: Custom sorting for "Tree Navigation" for folder "Users" - // const customSortingOrder = [ - // '📁 Шаблон', - // 'Landing' - // ] - const emojiRegex = /^[\u{1F300}-\u{1F6FF}\u{1F900}-\u{1F9FF}\u{2600}-\u{26FF}\u{2700}-\u{27BF}]/u const russianRegex = /[\u0400-\u04FF]/