diff --git a/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue b/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue index 3e2366b96..de6905962 100644 --- a/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue +++ b/registry/lib/components/style/custom-navbar/favorites/NavbarFavorites.vue @@ -22,7 +22,7 @@
@@ -376,7 +376,7 @@ export default Vue.extend({ &:hover .cover { transform: scale(1.05); } - .cover-container { + .favorites-cover-container { grid-area: cover; overflow: hidden; border-radius: 8px 0 0 8px; diff --git a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue index 43aa0813b..c2042fb00 100644 --- a/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue +++ b/registry/lib/components/style/custom-navbar/history/NavbarHistory.vue @@ -48,7 +48,7 @@
- + -