diff --git a/packages/theme-chalk/src/pagination.scss b/packages/theme-chalk/src/pagination.scss index e3aee4c49b..5539136b33 100644 --- a/packages/theme-chalk/src/pagination.scss +++ b/packages/theme-chalk/src/pagination.scss @@ -63,6 +63,7 @@ white-space: nowrap; color: getCssVar('pagination-text-color'); + font-size: getCssVar('pagination-font-size'); font-weight: normal; display: flex; align-items: center; @@ -130,8 +131,11 @@ color: getCssVar('text-color', 'placeholder'); } + @include e(goto) { + margin-right: 8px; + } + @include e(editor) { - margin-left: 8px; text-align: center; box-sizing: border-box; @@ -145,6 +149,10 @@ margin: 0; } } + + @include e(classifier) { + margin-left: 8px; + } } @include e(rightwrapper) {