diff --git a/YTManager/frontend/src/components/Video_Grid.vue b/YTManager/frontend/src/components/Video_Grid.vue index 034dff7..7a36003 100644 --- a/YTManager/frontend/src/components/Video_Grid.vue +++ b/YTManager/frontend/src/components/Video_Grid.vue @@ -1,23 +1,48 @@ + + diff --git a/YTManager/frontend/src/index.css b/YTManager/frontend/src/index.css index c2b3633..1481570 100644 --- a/YTManager/frontend/src/index.css +++ b/YTManager/frontend/src/index.css @@ -13,26 +13,3 @@ max-width: 960px; margin: auto; } - -.curvedbottom { - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; -} - -.tinytext10px{ font-size: 10px; } -.tinytext12px{ font-size: 12px; } -.tinytext14px{ font-size: 14px; } -.tinytext16px{ font-size: 16px; } -.tinytext18px{ font-size: 18px; } - -[v-cloak] { - display: none; -} - -.fade-enter-active, .fade-leave-active { - transition: opacity 0.75s; -} - -.fade-enter, .fade-leave-to { - opacity: 0; -}