Actualizar 'components/page.js'

file-group-page
bat 3 years ago
parent 121f2f9279
commit 7c764d4c71

@ -60,13 +60,14 @@ export class Page extends HTMLElement {
flex-direction: column; flex-direction: column;
} }
div.twrap { div.twrap {
padding: 5px 12px; padding: 5px 15px;
display: flex;
align-items: stretch;
} }
textarea { textarea {
width: 100%;
padding: 5px; padding: 5px;
height: 50vh;
font-size: 0.90em; font-size: 0.90em;
height: 50vh;
} }
iframe { iframe {
border: none; border: none;

Loading…
Cancel
Save