Skip to content

Commit 9f6094a

Browse files
Fixed sidebar caret for Safari
1 parent f0b2b1c commit 9f6094a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
4+
## [8.0.1]
5+
6+
### Fixed bug
7+
8+
- Fixed sidebar caret for Safari
9+
310
## [8.0.1]
411

512
### New Features

src/components/Sidebar/LinksGroup/LinksGroup.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464

6565
.caret {
6666
position: absolute;
67+
top: 16px;
6768
right: 10px;
6869
display: flex;
6970
align-items: center;

0 commit comments

Comments
 (0)