diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss index 67c3287ed740cd62f67a4db278c29c17641f5397..d43f5fd37ef9d08c73e12de72c596a8e0a1180a1 100644 --- a/app/assets/stylesheets/framework/layout.scss +++ b/app/assets/stylesheets/framework/layout.scss @@ -124,3 +124,7 @@ of the body element here, we negate cascading side effects but allow momentum sc .with-performance-bar .page-with-sidebar { margin-top: $header-height + $performance-bar-height; } + +[v-cloak] { + display: none; +} diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index a9c3e363170cf4371f85233b8a4fb5df13b53488..e2d41db87316d9197993f25ac63ecd810ded035a 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -1,7 +1,3 @@ -[v-cloak] { - display: none; -} - .fade-enter-active, .fade-leave-active { transition: opacity .5s;