We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d9b0e commit 52fc372Copy full SHA for 52fc372
themes/vue/source/css/page.styl
@@ -8,6 +8,7 @@
8
9
#header
10
box-shadow 0 0 1px rgba(0,0,0,.25)
11
+ transition background-color .3s ease-in-out
12
13
.content
14
position relative
@@ -129,9 +130,9 @@
129
130
.sidebar
131
position fixed
132
-@media screen and (min-width: 1400px)
133
+@media screen and (min-width: 1360px)
134
- background-color: rgba(255,255,255,.4)
135
+ background-color rgba(255,255,255,.4)
136
137
@media screen and (max-width: 1300px)
138
.content.with-sidebar
0 commit comments