Przeglądaj źródła

fix badges style

olinox14 1 rok temu
rodzic
commit
b917b812f3
2 zmienionych plików z 2 dodań i 6 usunięć
  1. 1 5
      components/Badge.vue
  2. 1 1
      components/BadgeSection.vue

+ 1 - 5
components/Badge.vue

@@ -12,13 +12,9 @@
         <v-card-subtitle v-if="subtitle">{{ subtitle }}</v-card-subtitle>
       </div>
 
-<!--      <v-card-text v-if="details && expanded">{{ details }}</v-card-text>-->
-<!--      <v-card-actions v-if="details && !expanded">-->
+<!--      <v-card-actions>-->
 <!--        <v-btn icon="fas fa-plus" variant="flat" @click="onMoreClick" />-->
 <!--      </v-card-actions>-->
-      <v-card-actions>
-        <v-btn v-if="false" icon="fas fa-plus" variant="flat" @click="onMoreClick" />
-      </v-card-actions>
     </div>
   </v-card>
 </template>

+ 1 - 1
components/BadgeSection.vue

@@ -264,7 +264,7 @@ const cols = [
 </script>
 
 <style scoped lang="scss">
->.v-container {
+.v-container {
   padding: 0 !important;
 }