File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed 
docs/components/home/examples Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.1  
2+ *  Fix layout bug with navigation panel in Firefox
3+ 
14## 0.2.0  
25*  Simplify header title layout
36*  Add navigation panel popover with indicators
Original file line number Diff line number Diff line change 11<template >
22  <v-calendar 
33    :attributes =' attributes' 
4-     is-double-paned 
5-     :min-page =' minPage' 
4+     is-double-paned >
65  </v-calendar >
76</template >
87
@@ -17,10 +16,6 @@ export default {
1716      nextMonth, 
1817      nextMonthYear } =  getExampleMonthComps (); 
1918    return  { 
20-       minPage:  { 
21-         month:  4 , 
22-         year:  2016 , 
23-       }, 
2419      attributes:  [ 
2520        { 
2621          contentStyle:  { 
Original file line number Diff line number Diff line change 11{
22  "name" : " v-calendar" 
3-   "version" : " 0.2.0 " 
3+   "version" : " 0.2.1 " 
44  "description" : " A clean and extendable plugin for building simple attributed calendars in Vue.js." 
55  "keywords" : [
66    " vue" 
Original file line number Diff line number Diff line change @@ -355,9 +355,10 @@ $cellTransition: all 0.1s ease-in-out
355355
356356.c-table-cell 
357357  position relative  
358-   display flex  
359-   justify-content center  
360-   align-items center  
358+   //  display: flex 
359+   //  flex-direction: column 
360+   //  justify-content: center 
361+   //  align-items: center 
361362user-select none 
362363  cursor pointer  
363364  width 100%   
@@ -381,15 +382,20 @@ $cellTransition: all 0.1s ease-in-out
381382.c-label 
382383  position absolute  
383384  font-size 0.9rem   
384-   transition in g- botto m 0.1s   ease-in-out  
385+   top 6px   
386+   width 100%   
387+   text-align center  
388+   transition top  0.1s   ease-in-out  
385389  & .has-indicators  
386-     padding-bottom :  10 px  
390+     top :  2 px  
387391
388392.c-indicators 
393+   position absolute  
389394  display flex  
390395  justify-content center  
391396  align-items center  
392-   margin-top 14px   
397+   bottom 5px   
398+   width 100%   
393399  transition cellTransition  
394400  .c-indicator  
395401    width 5px   
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments