fix: translate knop werkt en is zichtbaar op mobile
This commit is contained in:
		
							parent
							
								
									509dd6bfab
								
							
						
					
					
						commit
						7c3528d07f
					
				
					 1 changed files with 30 additions and 24 deletions
				
			
		|  | @ -90,7 +90,8 @@ | |||
|             <!--            >--> | ||||
|             <!--                {{ t("discussions") }}--> | ||||
|             <!--            </v-btn>--> | ||||
|             <v-menu open-on-hover> | ||||
|         </v-toolbar-items> | ||||
|         <v-menu open-on-hover open-on-click> | ||||
|             <template v-slot:activator="{ props }"> | ||||
|                 <v-btn | ||||
|                     v-bind="props" | ||||
|  | @ -114,7 +115,6 @@ | |||
|                 </v-list-item> | ||||
|             </v-list> | ||||
|         </v-menu> | ||||
|         </v-toolbar-items> | ||||
|         <v-spacer></v-spacer> | ||||
|         <v-dialog max-width="500"> | ||||
|             <template v-slot:activator="{ props: activatorProps }"> | ||||
|  | @ -248,6 +248,12 @@ | |||
|         text-transform: none; | ||||
|     } | ||||
| 
 | ||||
|     .translate-button { | ||||
|         z-index: 1; | ||||
|         position: relative; | ||||
|         margin-left: 10px; | ||||
|     } | ||||
| 
 | ||||
|     @media (max-width: 700px) { | ||||
|         .menu { | ||||
|             display: none; | ||||
|  |  | |||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski