port to bitty 7.0.0-rc1

This commit is contained in:
2025-12-05 04:31:03 +03:00
parent 1533f82a6b
commit 65abea2093
9 changed files with 30 additions and 28 deletions

View File

@@ -1306,7 +1306,7 @@ $bookmark_dropdown_item_background_hover: $BUTTON_COLOR_HOVER !default;
$bookmark_dropdown_item_background_selected: $BUTTON_COLOR_2 !default;
$bookmark_dropdown_item_background_selected_hover: $BUTTON_COLOR_2_HOVER !default;
$bookmark_dropdown_item_icon_size: 24px !default;
$bookmark_dropdown_item_icon_padding: 0 $MEDIUM_PADDING !default;
$bookmark_dropdown_item_icon_padding: 0 $BIG_PADDING !default;
.bookmark-dropdown-item {
display: flex;
justify-content: space-between;

View File

@@ -63,6 +63,8 @@ $br: 16px;
$pagebutton_min_width: 36px,
$quote_background_color: #0002,
$bookmark_dropdown_item_icon_padding: 0 24px,
);
#topnav {