diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 85ad5b0d..2c97cd1f 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -89,9 +89,18 @@ background-color: rgba(91, 93, 239, 0.15); } +.sideMenuPart .hidden > .overview .navButtonContent::before { + transform: rotate(0deg); +} + .sideMenuPart > .overview .navButtonContent::before { - padding-left: 2px; content: url("../images/arrow_down.svg"); + height: 100%; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + transform: rotate(180deg); } .sideMenuPart.hidden > .navButton .navButtonContent::after { |