fix style
This commit is contained in:
		
							parent
							
								
									5e40930f11
								
							
						
					
					
						commit
						d8b17daf9d
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| <template> | ||||
| <div class="efzpzdvf"> | ||||
| <div class="ddiqwdnk"> | ||||
| 	<XWidgets class="widgets" :edit="editMode" :widgets="$store.reactiveState.widgets.value" @add-widget="addWidget" @remove-widget="removeWidget" @update-widget="updateWidget" @update-widgets="updateWidgets" @exit="editMode = false"/> | ||||
| 	<MkAd prefer="square"/> | ||||
| 	<MkAd class="ad" prefer="square"/> | ||||
| 
 | ||||
| 	<button v-if="editMode" @click="editMode = false" class="_textButton edit" style="font-size: 0.9em;"><i class="fas fa-check"></i> {{ $ts.editWidgetsExit }}</button> | ||||
| 	<button v-else @click="editMode = true" class="_textButton edit" style="font-size: 0.9em;"><i class="fas fa-pencil-alt"></i> {{ $ts.editWidgets }}</button> | ||||
|  | @ -57,13 +57,14 @@ export default defineComponent({ | |||
| </script> | ||||
| 
 | ||||
| <style lang="scss" scoped> | ||||
| .efzpzdvf { | ||||
| .ddiqwdnk { | ||||
| 	position: sticky; | ||||
| 	height: min-content; | ||||
| 	box-sizing: border-box; | ||||
| 	padding-bottom: 8px; | ||||
| 
 | ||||
| 	> .widgets { | ||||
| 	> .widgets, | ||||
| 	> .ad { | ||||
| 		width: 300px; | ||||
| 	} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue