mytril
Version:
Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit
20 lines (17 loc) • 329 B
CSS
.myt-responsive {
display: flex;
flex: 1 0 auto;
max-height: 100%;
max-width: 100%;
overflow: hidden;
position: relative;
}
.myt-responsive--inline {
display: inline-flex;
flex: 0 0 auto;
}
.myt-responsive--sizer {
flex: 1 0 0px;
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
}