fix: list items spacing + lang menu max-height
This commit is contained in:
		@@ -93,7 +93,7 @@
 | 
				
			|||||||
          //- LANGUAGES
 | 
					          //- LANGUAGES
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          template(v-if='mode === `view` && locales.length > 0')
 | 
					          template(v-if='mode === `view` && locales.length > 0')
 | 
				
			||||||
            v-menu(offset-y, bottom, transition='slide-y-transition')
 | 
					            v-menu(offset-y, bottom, transition='slide-y-transition', max-height='320px', min-width='210px', left)
 | 
				
			||||||
              template(v-slot:activator='{ on: menu }')
 | 
					              template(v-slot:activator='{ on: menu }')
 | 
				
			||||||
                v-tooltip(bottom)
 | 
					                v-tooltip(bottom)
 | 
				
			||||||
                  template(v-slot:activator='{ on: tooltip }')
 | 
					                  template(v-slot:activator='{ on: tooltip }')
 | 
				
			||||||
@@ -110,7 +110,7 @@
 | 
				
			|||||||
          //- PAGE ACTIONS
 | 
					          //- PAGE ACTIONS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          template(v-if='isAuthenticated && path && mode !== `edit`')
 | 
					          template(v-if='isAuthenticated && path && mode !== `edit`')
 | 
				
			||||||
            v-menu(offset-y, bottom, transition='slide-y-transition')
 | 
					            v-menu(offset-y, bottom, transition='slide-y-transition', left)
 | 
				
			||||||
              template(v-slot:activator='{ on: menu }')
 | 
					              template(v-slot:activator='{ on: menu }')
 | 
				
			||||||
                v-tooltip(bottom)
 | 
					                v-tooltip(bottom)
 | 
				
			||||||
                  template(v-slot:activator='{ on: tooltip }')
 | 
					                  template(v-slot:activator='{ on: tooltip }')
 | 
				
			||||||
@@ -154,7 +154,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
          //- ACCOUNT
 | 
					          //- ACCOUNT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          v-menu(v-if='isAuthenticated', offset-y, bottom, min-width='300', transition='slide-y-transition')
 | 
					          v-menu(v-if='isAuthenticated', offset-y, bottom, min-width='300', transition='slide-y-transition', left)
 | 
				
			||||||
            template(v-slot:activator='{ on: menu }')
 | 
					            template(v-slot:activator='{ on: menu }')
 | 
				
			||||||
              v-tooltip(bottom)
 | 
					              v-tooltip(bottom)
 | 
				
			||||||
                template(v-slot:activator='{ on: tooltip }')
 | 
					                template(v-slot:activator='{ on: tooltip }')
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -472,7 +472,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ul {
 | 
					  ul {
 | 
				
			||||||
    list-style: none;
 | 
					    list-style: none;
 | 
				
			||||||
    width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
    > li::before {
 | 
					    > li::before {
 | 
				
			||||||
@@ -486,8 +486,6 @@ ul {
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    > li {
 | 
					    > li {
 | 
				
			||||||
      display:flex;
 | 
					 | 
				
			||||||
      flex-wrap: wrap;
 | 
					 | 
				
			||||||
      > p {
 | 
					      > p {
 | 
				
			||||||
        display:inline-block;
 | 
					        display:inline-block;
 | 
				
			||||||
        vertical-align:top;
 | 
					        vertical-align:top;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user