Skip to content

Commit 81905b9

Browse files
authored
FIX: sidebar blinking in Pisces | Gemini schemes.
If `$main-desktop = 50%` sidebar still show at beginning loading in the left (-50% + 50% = 0?).
1 parent 95976a2 commit 81905b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/css/_schemes/Pisces/_sidebar.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.use-motion .sidebar .motion-element { opacity: 1; }
22

33
.sidebar {
4-
margin-left: -50%;
4+
margin-left: -100%;
55
right: auto;
66
bottom: auto;
77

0 commit comments

Comments
 (0)