Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@
@include color-mode(dark) {
.sidebar-wrapper {
overflow: hidden;
border: 1px solid rgba(255, 255, 255, .05);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

      --atum-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, .05);

Instead of adding as border, a box-shadow should not cause a pixel shift.

box-shadow: none;
.main-nav {
.badge {
Expand Down