add a guide topics system

This commit is contained in:
2025-12-05 13:53:21 +03:00
parent 65abea2093
commit db677abaa5
17 changed files with 405 additions and 19 deletions

View File

@@ -1269,9 +1269,9 @@ $reaction_popover_padding: $SMALL_PADDING $MEDIUM_PADDING !default;
justify-content: center;
}
$babycode_guide_list_border: 1px dashed !default;
.babycode-guide-list {
border-bottom: $babycode_guide_list_border;
$guide_list_border: 1px dashed !default;
.guide-list {
border-bottom: $guide_list_border;
}
.bookmark-dropdown-inner {