@3mo/dialog
Advanced tools
Comparing version 0.3.6-preview.1 to 0.3.6-preview.2
@@ -229,16 +229,6 @@ import { __decorate } from "tslib"; | ||
@media (width <= 768px) { | ||
#header { | ||
flex-direction: column-reverse !important; | ||
align-items: start; | ||
gap: 0; | ||
mo-heading { | ||
font-size: min(1.5em, 18px); | ||
line-height: var(--mo-dialog-heading-line-height, 1.5rem); | ||
} | ||
#header mo-heading { | ||
font-size: min(1.5em, 18px); | ||
line-height: var(--mo-dialog-heading-line-height, 1.5rem); | ||
} | ||
#actions { | ||
margin-left: auto; | ||
} | ||
} | ||
@@ -275,3 +265,3 @@ `; | ||
${this.headingTemplate} | ||
<mo-flex id='actions' direction='horizontal-reversed' alignItems='center' gap='4px' style='flex: 1'> | ||
<mo-flex direction='horizontal-reversed' alignItems='center' gap='4px' style='flex: 1'> | ||
${this.actionsTemplate} | ||
@@ -278,0 +268,0 @@ <slot name='action' style='font-size: 1rem; line-height: initial;'></slot> |
{ | ||
"name": "@3mo/dialog", | ||
"version": "0.3.6-preview.1", | ||
"version": "0.3.6-preview.2", | ||
"description": "A dialog component based on Material Web Components.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
124628
1107