From 35f53062b10c2db3e536a9153b22a8a87e3f255d Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 23 Dec 2021 12:02:59 +0300 Subject: Add horizontal margin to breadcrumbs delimiter (KT-50296) (#2285) --- plugins/base/src/main/resources/dokka/styles/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/base/src/main/resources') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 7ebf675e..1e5c106c 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -146,6 +146,10 @@ html ::-webkit-scrollbar-thumb { overflow-wrap: break-word; } +.breadcrumbs .delimiter { + margin: auto 2px; +} + .tabs-section > .section-tab:first-child, .platform-hinted > .platform-bookmarks-row > .platform-bookmark:first-child { margin-left: 0; -- cgit